diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-11-27 20:22:38 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-11-27 20:41:42 +0100 |
| commit | cdac370a9c02df553ee4a8534b892b73687996de (patch) | |
| tree | 638a73321871aa324b38c621667bd165b97294b2 /travis/install.sh | |
| parent | a24c02199fbab7d25c5e9586677c89aff9c5cb6c (diff) | |
| download | PROJ-cdac370a9c02df553ee4a8534b892b73687996de.tar.gz PROJ-cdac370a9c02df553ee4a8534b892b73687996de.zip | |
Github action: add a linux_gcc_32bit job
Diffstat (limited to 'travis/install.sh')
| -rwxr-xr-x | travis/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
