summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-27 09:14:17 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-27 09:14:17 +0200
commitf52a49d878009751f696e7c713698b52e0455d9c (patch)
tree4c9d2a452d9a8cf893cfe230bdff869790480e26
parent5d7cf5cb67efbf622ca1b353bbb1afd900fabe4c (diff)
downloadlibtasn1-f52a49d878009751f696e7c713698b52e0455d9c.tar.gz
.gitlab-ci.yml: added build with clang
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fc9b397..dd40148 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,6 +13,12 @@ Build and Check (x86):
- tags
tags:
- x86
+Build and Check with clang:
+ script:
+ - git submodule update --init && make autoreconf && CC=clang
+ ./configure --disable-doc --disable-valgrind-tests && make -j4 && make check -j4
+ except:
+ - tags
Build and Check with asan:
script:
- git submodule update --init && make autoreconf && CFLAGS="-fsanitize=address -g