From 65052a3347e67beafa9d7547d619c2960a587a5a Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Mon, 10 Apr 2017 22:37:31 +0300 Subject: [PATCH] Travis CI: Test --enable-large-config without --enable-munmap --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 -- 2.40.0