From 506ada3459b8e162865bfd7bb89698a457aaaae6 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 26 Feb 2016 14:41:12 +0100 Subject: .gitlab-ci.yml: added compilation rule with libubsan --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d123c4e71f..37d44fc0e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,16 @@ Build and Check with asan: - nettle3 except: - tags +Build and Check with ubsan: + script: + - git submodule update --init && make autoreconf && rm -f tests/suite/mini-eagain2.c &&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: + - ubsan + - nettle3 + except: + - tags Build and Check - separate build dir (x86): script: - git submodule update --init && make autoreconf && mkdir -p build && cd build && -- cgit v1.2.1