aboutsummaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-02-08 15:36:30 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-02-08 15:36:30 +0100
commit2d07a8dc0d1fc548f5e6cdc0db90d9a7e523215d (patch)
treedd5cf1e9a5cc9bb9d711292ec861972edbcb6d5b /travis
parentbec20afdfaf0919cc5ee7bcdfd0b678dd64ed451 (diff)
downloadPROJ-2d07a8dc0d1fc548f5e6cdc0db90d9a7e523215d.tar.gz
PROJ-2d07a8dc0d1fc548f5e6cdc0db90d9a7e523215d.zip
Travis: modify linux_gcc7 to run i386
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/linux_gcc7/before_install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/travis/linux_gcc7/before_install.sh b/travis/linux_gcc7/before_install.sh
index 2ef2feee..424bc10e 100755
--- a/travis/linux_gcc7/before_install.sh
+++ b/travis/linux_gcc7/before_install.sh
@@ -8,8 +8,8 @@ set -e
sudo apt-get install -qq \
lcov \
doxygen graphviz \
- sqlite3 libsqlite3-dev \
- libtiff-dev libcurl4-openssl-dev
+ sqlite3 libsqlite3-dev:$ARCH \
+ libtiff-dev:$ARCH libcurl4-openssl-dev:$ARCH
#scripts/cppcheck.sh
#scripts/doxygen.sh