From 623e639bf9c120bb592bbd32d3f07cae18568446 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 8 Jun 2017 00:46:11 +0300 Subject: [PATCH] Travis CI: Test also configure --disable-thread-local-alloc --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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: -- 2.40.0