summaryrefslogtreecommitdiffstats
path: root/.ci/scripts/windows/exec.sh
blob: 4155ed5fcf969ac1fc59da95d25024ecd532c931 (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 $1