From: Ivan Maidanski Date: Wed, 7 Jun 2017 21:46:11 +0000 (+0300) Subject: Travis CI: Test also configure --disable-thread-local-alloc X-Git-Tag: v8.0.0~703 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=623e639bf9c120bb592bbd32d3f07cae18568446;p=gc Travis CI: Test also configure --disable-thread-local-alloc --- diff --git a/.travis.yml b/.travis.yml index b2e94acf..cf379df5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -154,6 +154,16 @@ matrix: env: - CFLAGS_EXTRA="-std=c11 -D GC_NO_SIGSETJMP" - CONF_OPTIONS="--disable-threads --enable-gc-assertions --enable-cplusplus" + - os: linux + compiler: clang + dist: trusty + env: + - CONF_OPTIONS="--disable-thread-local-alloc --enable-cplusplus" + - os: linux + compiler: gcc + dist: trusty + env: + - CONF_OPTIONS="--disable-parallel-mark --disable-thread-local-alloc --enable-gc-assertions --enable-cplusplus" - os: linux addons: apt: