From: Ivan Maidanski Date: Thu, 16 Mar 2017 21:42:52 +0000 (+0300) Subject: Travis CI: Test also --enable-redirect-malloc X-Git-Tag: v7.4.6~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f21fbf540b2b545e3cc96f94f2a1dcf3aa73db71;p=gc Travis CI: Test also --enable-redirect-malloc (Cherry-pick commits c62abbb, a83901c from 'master' branch.) --- 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: