Finalize Azure Pipelines Definitions

d
This commit is contained in:
Zach Hilman 2019-07-13 21:34:40 -04:00
parent bb67091c77
commit bbc5b5d62d
29 changed files with 572 additions and 35 deletions

View file

@ -0,0 +1,5 @@
#!/bin/bash -ex
mkdir -p "ccache" || true
chmod a+x ./.ci/scripts/linux/docker.sh
docker run -e ENABLE_COMPATIBILITY_REPORTING -e CCACHE_DIR=/yuzu/ccache -v $(pwd):/yuzu yuzuemu/build-environments:linux-fresh /bin/bash /yuzu/.ci/scripts/linux/docker.sh