From: Ivan Maidanski Date: Thu, 29 Jun 2017 08:56:12 +0000 (+0300) Subject: Travis CI: Test --enable-handle-fork X-Git-Tag: v7.4.6~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46e0e806b3b18c6c2cbb7036185d240059028f34;p=gc Travis CI: Test --enable-handle-fork (Cherry-pick commit 1e89d43 from 'master' branch.) --- diff --git a/.travis.yml b/.travis.yml index 89c9c774..02917488 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: