diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-03-01 13:00:02 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-03-01 13:00:02 +0100 |
commit | a67ae23e0bca94c8c32f089a60857fa5881bc26a (patch) | |
tree | ea38c4cb61079f665cacfd3aa320dfce1987d616 /.gitlab-ci.yml | |
parent | f0e9aa0795c1548f91909135e7b183f78122f939 (diff) | |
download | gnutls-a67ae23e0bca94c8c32f089a60857fa5881bc26a.tar.gz |
.gitlab-ci.yml: separate builds with asan
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e8d2c9acd..a4d0469242 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,7 @@ Build and Check with valgrind: - nettle2 except: - tags -Build and Check with asan: +Build and Check with asan (nettle2): script: - git submodule update --init && make autoreconf && rm -f tests/suite/mini-eagain2.c &&CFLAGS="-fsanitize=address -g -O2" LDFLAGS="-static-libasan" ./configure --disable-doc --with-included-libtasn1 --disable-valgrind-tests --disable-non-suiteb-curves --disable-guile @@ -45,7 +45,7 @@ Build and Check with asan: - nettle2 except: - tags -Build and Check with asan: +Build and Check with asan (nettle3): script: - git submodule update --init && make autoreconf && rm -f tests/suite/mini-eagain2.c &&CFLAGS="-fsanitize=address -g -O2" LDFLAGS="-static-libasan" ./configure --disable-doc --with-included-libtasn1 --disable-valgrind-tests --disable-non-suiteb-curves --disable-guile |