]> granicus.if.org Git - gc/commitdiff
Travis CI: Test --enable-handle-fork
authorIvan Maidanski <ivmai@mail.ru>
Thu, 29 Jun 2017 08:56:12 +0000 (11:56 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 6 Jul 2017 09:33:06 +0000 (12:33 +0300)
(Cherry-pick commit 1e89d43 from 'master' branch.)

.travis.yml

index 89c9c7742b660bdae8aeccb5ef1b10a6296f61ec..029174887a9807e170f3ef7461b325917723ed85 100644 (file)
@@ -70,7 +70,7 @@ matrix:
   - os: osx
     env:
     - CFLAGS_EXTRA="-m32"
-    - CONF_OPTIONS="--enable-gc-assertions --enable-cplusplus"
+    - CONF_OPTIONS="--enable-gc-assertions --enable-handle-fork --enable-cplusplus"
   - os: linux
     compiler: gcc
     env:
@@ -125,6 +125,10 @@ matrix:
     env:
     - CFLAGS_EXTRA="-std=c11 -D GC_NO_SIGSETJMP"
     - CONF_OPTIONS="--disable-threads --enable-gc-assertions --enable-cplusplus"
+  - os: linux
+    compiler: gcc
+    env:
+    - CONF_OPTIONS="--enable-handle-fork --enable-munmap --enable-single-obj-compilation --enable-cplusplus --disable-shared --enable-gc-assertions"
   - os: linux
     compiler: gcc
     env: