mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 12:37:58 -05:00
travis: use prebuilt image (#3839)
* travis: use prebuilt image * travis: use prebuilt image (MinGW)
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
#!/bin/bash -ex
|
||||
mkdir "$HOME/.ccache" || true
|
||||
docker run --env-file .travis/common/travis-ci.env -v $(pwd):/yuzu -v "$HOME/.ccache":/root/.ccache ubuntu:18.04 /bin/bash -ex /yuzu/.travis/linux-mingw/docker.sh
|
||||
docker run --env-file .travis/common/travis-ci.env -v $(pwd):/yuzu -v "$HOME/.ccache":/root/.ccache yuzuemu/build-environments:linux-mingw /bin/bash -ex /yuzu/.travis/linux-mingw/docker.sh
|
||||
|
Reference in New Issue
Block a user