]> granicus.if.org Git - gc/commitdiff
Travis CI: Test --enable-large-config without --enable-munmap
authorIvan Maidanski <ivmai@mail.ru>
Mon, 10 Apr 2017 19:37:31 +0000 (22:37 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 10 Apr 2017 19:37:31 +0000 (22:37 +0300)
.travis.yml

index 659ec4ab0fcfe5f8928e0d7f96eedb3f487d3abf..dc98d72a08954e46f527993b8d882cd284f2b53d 100644 (file)
@@ -72,15 +72,17 @@ matrix:
     - os: linux
       compiler: gcc
       env: [ CONF_OPTIONS="--disable-gc-debug --enable-cplusplus" ]
+    - os: linux
+      compiler: clang
+      env: [ CONF_OPTIONS="--enable-large-config --enable-cplusplus" ]
+    - os: osx
+      env: [ CONF_OPTIONS="--enable-large-config --enable-cplusplus" ]
     - os: linux
       addons: { apt: { packages: [ gcc-multilib ] } }
       compiler: gcc
       env: [ CONF_OPTIONS="--enable-large-config", CFLAGS_EXTRA="-m32" ]
     - os: linux
-      compiler: clang
-      env:
-        - CONF_OPTIONS="--enable-large-config --enable-munmap --enable-cplusplus"
-    - os: osx
+      compiler: gcc
       env:
         - CONF_OPTIONS="--enable-large-config --enable-munmap --enable-cplusplus"
     - os: linux