summaryrefslogtreecommitdiffstats
path: root/.ci/scripts/windows/exec.sh
blob: d6a994856c75b83ecd7ac9a1046d9cfe93ef7b5b (plain) (blame)
1
2
3
4
5
#!/bin/bash -ex

mkdir -p "ccache" || true
chmod a+x ./.ci/scripts/windows/docker.sh
docker run -e CCACHE_DIR=/yuzu/ccache -v $(pwd):/yuzu yuzuemu/build-environments:linux-mingw /bin/bash -ex /yuzu/.ci/scripts/windows/docker.sh