From cdac370a9c02df553ee4a8534b892b73687996de Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 27 Nov 2020 20:22:38 +0100 Subject: Github action: add a linux_gcc_32bit job --- travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'travis') diff --git a/travis/install.sh b/travis/install.sh index a4d8352a..84e7de25 100755 --- a/travis/install.sh +++ b/travis/install.sh @@ -99,7 +99,7 @@ if [ $TRAVIS_OS_NAME != "osx" ]; then fi fi -if [ "$BUILD_NAME" != "linux_gcc8" ]; then +if [ "$BUILD_NAME" != "linux_gcc8" -a "$BUILD_NAME" != "linux_gcc_32bit" ]; then # cmake build from generated tarball mkdir build_cmake -- cgit v1.2.3