From 4ab95a891af2d93fc52a0bc46d7e5d23a60fc858 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 6 Oct 2017 01:48:28 +0300 Subject: [PATCH] Travis CI: Test AO_GENERALIZE_ASM_BOOL_CAS, AO_USE_NANOSLEEP/NO_SIGNALS --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index f881ffb..155cffe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,6 +62,11 @@ matrix: env: - CFLAGS_EXTRA="-m32 -march=native -D _FORTIFY_SOURCE=2" - CONF_OPTIONS="--enable-assertions" + - os: linux + compiler: gcc + env: + - CFLAGS_EXTRA="-D AO_GENERALIZE_ASM_BOOL_CAS -D AO_USE_NANOSLEEP -D AO_USE_NO_SIGNALS" + - CONF_OPTIONS="--enable-assertions" - os: linux addons: apt: -- 2.40.0