From: Ivan Maidanski Date: Tue, 28 Mar 2017 20:22:17 +0000 (+0300) Subject: Travis CI: Test also with -std=c11 (in single-threaded mode only) X-Git-Tag: v8.0.0~806 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47483e7b48724b6fd69a6468851a2f097a90c9cc;p=gc Travis CI: Test also with -std=c11 (in single-threaded mode only) --- diff --git a/.travis.yml b/.travis.yml index d46d9400..591af87d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,6 +74,11 @@ matrix: env: - CFLAGS_EXTRA="-D SMALL_CONFIG -D NO_GETENV" - CONF_OPTIONS="--enable-cplusplus" + - os: linux + compiler: gcc + env: + - CFLAGS_EXTRA="-std=c11 -D GC_NO_SIGSETJMP" + - CONF_OPTIONS="--disable-threads --enable-gc-assertions --enable-cplusplus" - os: linux addons: { apt: { packages: [ lcov ] } } compiler: gcc