]> granicus.if.org Git - gc/commitdiff
Travis CI: Test MARK_BIT_PER_OBJ with USE_CUSTOM_SPECIFIC in 64-bit mode
authorIvan Maidanski <ivmai@mail.ru>
Fri, 25 May 2018 07:18:44 +0000 (10:18 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 25 May 2018 07:18:44 +0000 (10:18 +0300)
.travis.yml

index e9030162ae67131386953a36b5b7a7e9606a4b42..a8fd01fd42d68754063d31794f759e9db3c9642c 100644 (file)
@@ -124,6 +124,11 @@ matrix:
     env:
     - CFLAGS_EXTRA="-m32 -D MARK_BIT_PER_OBJ"
     - CONF_OPTIONS="--enable-gc-assertions"
+  - os: linux
+    compiler: clang
+    env:
+    - CFLAGS_EXTRA="-D MARK_BIT_PER_OBJ -D USE_CUSTOM_SPECIFIC"
+    - CONF_OPTIONS="--enable-cplusplus"
   - os: linux
     compiler: gcc
     env: