]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: asan and ubsan include the suite/
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 27 Feb 2016 21:23:34 +0000 (22:23 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 27 Feb 2016 21:23:34 +0000 (22:23 +0100)
.gitlab-ci.yml

index 37d44fc0e05a801a85d328a62c482dafecdc0874..c9487f9b391f78456cc78beb705039d7d14873d1 100644 (file)
@@ -13,7 +13,7 @@ Compile minimal library:
   - tags
 Build and Check with asan:
   script:
-  - git submodule update --init && make autoreconf && rm -f tests/suite/mini-eagain2.c &&CFLAGS="-fsanitize=address -g
+  - git submodule update --init && make autoreconf && CFLAGS="-fsanitize=address -g
     -O2" LDFLAGS="-static-libasan" ./configure --disable-doc --with-included-libtasn1 --disable-valgrind-tests --disable-non-suiteb-curves --disable-guile
     && make -j4 && make check -j4
   tags:
@@ -23,7 +23,7 @@ Build and Check with asan:
   - tags
 Build and Check with ubsan:
   script:
-  - git submodule update --init && make autoreconf && rm -f tests/suite/mini-eagain2.c &&CFLAGS="-fsanitize=undefined -g
+  - git submodule update --init && make autoreconf && CFLAGS="-fsanitize=undefined -g
     -O2" LDFLAGS="-static-libubsan" ./configure --disable-doc --with-included-libtasn1 --disable-valgrind-tests --disable-non-suiteb-curves --disable-guile
     && make -j4 && make check -j4
   tags: