mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Travis: use version 0.9 of the MXE build container
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d1750b3fb3
commit
68592ebc62
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ cd ${TRAVIS_BUILD_DIR}/..
|
||||||
mkdir -p win32
|
mkdir -p win32
|
||||||
|
|
||||||
# start the container and keep it running
|
# 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?
|
# for some reason this package was installed but still isn't there?
|
||||||
# hmmmm. The container doesn't seem to have libtool installed
|
# hmmmm. The container doesn't seem to have libtool installed
|
||||||
|
|
Loading…
Add table
Reference in a new issue