From f21fbf540b2b545e3cc96f94f2a1dcf3aa73db71 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 17 Mar 2017 00:42:52 +0300 Subject: [PATCH] Travis CI: Test also --enable-redirect-malloc (Cherry-pick commits c62abbb, a83901c from 'master' branch.) --- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.travis.yml b/.travis.yml index f2cfbc1a..25e9e999 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,6 +86,20 @@ matrix: env: - CONF_OPTIONS="--enable-large-config --enable-munmap --enable-cplusplus" - CFLAGS_EXTRA="-D LINT2" + - os: linux + addons: { apt: { packages: [ gcc-multilib ] } } + compiler: clang + env: + - CONF_OPTIONS="--enable-redirect-malloc --disable-threads" + - CFLAGS_EXTRA="-m32" + - os: osx + env: + - CONF_OPTIONS="--enable-redirect-malloc --enable-cplusplus --disable-threads" + - CFLAGS_EXTRA="-m32" + - os: linux + compiler: gcc + env: + - CONF_OPTIONS="--enable-redirect-malloc --enable-gc-debug --enable-cplusplus --enable-gc-assertions" - os: linux compiler: clang env: -- 2.40.0