From: Ivan Maidanski Date: Mon, 20 Nov 2017 07:53:34 +0000 (+0300) Subject: Travis CI: Test also with GCC with ASan enabled X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb7cab3;p=libatomic_ops Travis CI: Test also with GCC with ASan enabled --- diff --git a/.travis.yml b/.travis.yml index 2b73abf..b2436e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -174,6 +174,15 @@ matrix: env: - CFLAGS_EXTRA="-fsanitize=address -march=native -fno-common -fno-omit-frame-pointer" - TESTS_CUSTOM_RUN=true + - os: linux + compiler: gcc + env: + - CFLAGS_EXTRA="-fsanitize=address -fno-omit-frame-pointer" + - CONF_OPTIONS="--enable-assertions" + - os: linux + compiler: gcc + env: + - CFLAGS_EXTRA="-fsanitize=address -m32 -march=native -fno-omit-frame-pointer" - os: osx env: - CFLAGS_EXTRA="-fsanitize=address -m32 -fno-omit-frame-pointer"