]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: added code-coverage output to clang build
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 11 Sep 2016 18:24:43 +0000 (20:24 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 11 Sep 2016 18:24:46 +0000 (20:24 +0200)
.gitlab-ci.yml

index 69fa68e983bf1913bc1c02c7e0e0865ea7d65e26..e7e680aa269910013868576d30e5ea6f10f38e21 100644 (file)
@@ -83,8 +83,9 @@ Fedora/x86_64/syntax-check:
 Fedora/x86_64/clang:
   script:
   - make autoreconf && 
-    CC=clang ./configure --disable-non-suiteb-curves --enable-seccomp-tests --disable-doc --disable-valgrind-tests &&
+    CC=clang ./configure --disable-non-suiteb-curves --enable-code-coverage --enable-seccomp-tests --disable-doc --disable-valgrind-tests &&
     make -j4 && make check -C tests -j4
+  - make local-code-coverage-output || true
   tags:
   - shared
   except: