exec.sh 231 B

12345
  1. #!/bin/bash -ex
  2. mkdir -p "ccache" || true
  3. chmod a+x ./.ci/scripts/windows/docker.sh
  4. 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