diff options
Diffstat (limited to '.ci/scripts/windows/docker.sh')
| -rwxr-xr-x | .ci/scripts/windows/docker.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/scripts/windows/docker.sh b/.ci/scripts/windows/docker.sh index 46cdb68f5..d0c70bf09 100755 --- a/.ci/scripts/windows/docker.sh +++ b/.ci/scripts/windows/docker.sh | |||
| @@ -4,7 +4,7 @@ set -e | |||
| 4 | 4 | ||
| 5 | #cd /yuzu | 5 | #cd /yuzu |
| 6 | 6 | ||
| 7 | ccache -s | 7 | ccache -sv |
| 8 | 8 | ||
| 9 | mkdir -p "$HOME/.conan/profiles" | 9 | mkdir -p "$HOME/.conan/profiles" |
| 10 | wget -nc "https://github.com/yuzu-emu/build-environments/raw/master/linux-mingw/default" -O "$HOME/.conan/profiles/default" | 10 | wget -nc "https://github.com/yuzu-emu/build-environments/raw/master/linux-mingw/default" -O "$HOME/.conan/profiles/default" |
| @@ -28,7 +28,7 @@ cmake .. \ | |||
| 28 | -GNinja | 28 | -GNinja |
| 29 | ninja yuzu yuzu-cmd | 29 | ninja yuzu yuzu-cmd |
| 30 | 30 | ||
| 31 | ccache -s | 31 | ccache -sv |
| 32 | 32 | ||
| 33 | echo "Tests skipped" | 33 | echo "Tests skipped" |
| 34 | #ctest -VV -C Release | 34 | #ctest -VV -C Release |