]> granicus.if.org Git - gc/commitdiff
Travis CI: Test also --enable-redirect-malloc
authorIvan Maidanski <ivmai@mail.ru>
Thu, 16 Mar 2017 21:42:52 +0000 (00:42 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 10 Apr 2017 20:53:47 +0000 (23:53 +0300)
(Cherry-pick commits c62abbba83901c from 'master' branch.)

.travis.yml

index f2cfbc1ab7afdaab36a3be836db3c67a8e9ec98f..25e9e999405901ffbca51197c9b75853206eb9f8 100644 (file)
@@ -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: