travis: use prebuilt image (#3839)

* travis: use prebuilt image

* travis: use prebuilt image (MinGW)
This commit is contained in:
liushuyu 2018-08-07 22:54:57 +08:00 committed by Ben
parent 0233f3286c
commit 879290aa2b
11 changed files with 8 additions and 45 deletions

View file

@ -1,3 +1,3 @@
#!/bin/bash -ex
mkdir "$HOME/.ccache" || true
docker run --env-file .travis/common/travis-ci.env -e ENABLE_COMPATIBILITY_REPORTING -v $(pwd):/citra -v "$HOME/.ccache":/root/.ccache ubuntu:18.04 /bin/bash -ex /citra/.travis/linux-mingw/docker.sh
docker run --env-file .travis/common/travis-ci.env -v $(pwd):/citra -v "$HOME/.ccache":/root/.ccache citraemu/build-environments:linux-mingw /bin/bash -ex /citra/.travis/linux-mingw/docker.sh