From 47483e7b48724b6fd69a6468851a2f097a90c9cc Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 28 Mar 2017 23:22:17 +0300 Subject: [PATCH] Travis CI: Test also with -std=c11 (in single-threaded mode only) --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.40.0