mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 04:47:53 +00:00
cae9708a00
This reverts commit 5cef446f42
.
3 lines
235 B
Bash
Executable file
3 lines
235 B
Bash
Executable file
#!/bin/bash -ex
|
|
mkdir "$HOME/.ccache" || true
|
|
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
|