From 45a8466df25e89638b1aa73cc0098f124f7ed0d9 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 17 Mar 2017 10:25:58 +0300 Subject: [PATCH] Travis CI: Test also -D DBG_HDRS_ALL -D SHORT_DBG_HDRS (Cherry-pick commit d9409e8 from 'master' branch.) --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 13837a69..fa945633 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,15 @@ matrix: env: - CFLAGS_EXTRA="-D CHECKSUMS" - CONF_OPTIONS="--disable-threads --enable-cplusplus" + - os: linux + compiler: clang + env: + - CFLAGS_EXTRA="-D DBG_HDRS_ALL -D SHORT_DBG_HDRS" + - CONF_OPTIONS="--enable-gc-assertions --enable-cplusplus" + - os: osx + env: + - CFLAGS_EXTRA="-D DBG_HDRS_ALL -D SHORT_DBG_HDRS" + - CONF_OPTIONS="--enable-gc-assertions --enable-cplusplus" - os: linux addons: { apt: { packages: [ gcc-multilib ] } } compiler: gcc -- 2.40.0