From: Ivan Maidanski Date: Mon, 10 Apr 2017 19:37:31 +0000 (+0300) Subject: Travis CI: Test --enable-large-config without --enable-munmap X-Git-Tag: v7.4.6~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65052a3347e67beafa9d7547d619c2960a587a5a;p=gc Travis CI: Test --enable-large-config without --enable-munmap --- diff --git a/.travis.yml b/.travis.yml index 659ec4ab..dc98d72a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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