]> granicus.if.org Git - gc/commitdiff
Travis CI: Test also -D DBG_HDRS_ALL -D SHORT_DBG_HDRS
authorIvan Maidanski <ivmai@mail.ru>
Fri, 17 Mar 2017 07:25:58 +0000 (10:25 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 10 Apr 2017 05:54:27 +0000 (08:54 +0300)
(Cherry-pick commit d9409e8 from 'master' branch.)

.travis.yml

index 13837a6943a63e397d7dae444bcd84c26fd136b0..fa94563316291ba23e1fff3ec0d362de3bd9342e 100644 (file)
@@ -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