From: Ivan Maidanski Date: Thu, 23 Mar 2017 18:08:18 +0000 (+0300) Subject: Travis CI: Test also Intel x32 builds (Linux) X-Git-Tag: v7.6.0~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=011426e;p=libatomic_ops Travis CI: Test also Intel x32 builds (Linux) --- diff --git a/.travis.yml b/.travis.yml index 84868ef..09d5419 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,6 +78,27 @@ matrix: compiler: gcc-5 dist: trusty env: [ CFLAGS_EXTRA="-m32 -O3 -march=native" ] + - os: linux + addons: + apt: + packages: [ gcc-5, gcc-5-multilib ] + sources: [ ubuntu-toolchain-r-test ] + compiler: gcc-5 + dist: trusty + env: + - CFLAGS_EXTRA="-mx32 -march=native -D _FORTIFY_SOURCE=2" + - CONF_ASSERTIONS=--enable-assertions + - CONF_SHARED=--enable-shared + - os: linux + addons: + apt: + packages: [ gcc-5, gcc-5-multilib ] + sources: [ ubuntu-toolchain-r-test ] + compiler: gcc-5 + dist: trusty + env: + - CFLAGS_EXTRA="-mx32 -march=native" + - CONF_INTRINSICS=--disable-atomic-intrinsics - os: linux compiler: clang env: