summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-05-18 10:11:30 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-05-18 14:43:16 -0700
commit68592ebc6282fd025723fd423e6bf9cf353c66b2 (patch)
treeb7cc415d5751191fe49d1f9eff31c13a2206f9f6 /scripts
parentd1750b3fb36cc7fb56ef57816dd161c3effffc07 (diff)
downloadsubsurface-68592ebc6282fd025723fd423e6bf9cf353c66b2.tar.gz
Travis: use version 0.9 of the MXE build container
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/windows-container/before_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/windows-container/before_install.sh b/scripts/windows-container/before_install.sh
index b0d0e5f13..85c61f392 100644
--- a/scripts/windows-container/before_install.sh
+++ b/scripts/windows-container/before_install.sh
@@ -34,7 +34,7 @@ cd ${TRAVIS_BUILD_DIR}/..
mkdir -p win32
# start the container and keep it running
-docker run -v $PWD/win32:/win/win32 -v $PWD/subsurface:/win/subsurface --name=builder -w /win -d dirkhh/mxe-build-container:0.6 /bin/sleep 60m
+docker run -v $PWD/win32:/win/win32 -v $PWD/subsurface:/win/subsurface --name=builder -w /win -d dirkhh/mxe-build-container:0.9 /bin/sleep 60m
# for some reason this package was installed but still isn't there?
# hmmmm. The container doesn't seem to have libtool installed