mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +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
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue