Finalize Azure Pipelines Definitions

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

View File

@@ -0,0 +1,4 @@
#!/bin/bash -ex
chmod a+x ./.ci/scripts/format/docker.sh
docker run -v $(pwd):/yuzu yuzuemu/build-environments:linux-clang-format /bin/bash -ex /yuzu/.ci/scripts/format/docker.sh