mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-09-15 00:55:33 +00:00
a9f58593d4
* travis: use prebuilt image * travis: use prebuilt image (MinGW)
5 lines
255 B
Bash
Executable File
5 lines
255 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
mkdir -p "$HOME/.ccache"
|
|
docker run -e ENABLE_COMPATIBILITY_REPORTING --env-file .travis/common/travis-ci.env -v $(pwd):/yuzu -v "$HOME/.ccache":/root/.ccache yuzuemu/build-environments:linux-fresh /bin/bash /yuzu/.travis/linux/docker.sh
|