diff options
| author | 2019-07-13 21:35:37 -0400 | |
|---|---|---|
| committer | 2019-07-13 21:35:37 -0400 | |
| commit | b9e1db13121fae2490ddc71f49ff93127c342d86 (patch) | |
| tree | d94580d1330a76e839de6e413295bf5bb4d6abe4 /.ci/scripts/linux/exec.sh | |
| parent | Merge pull request #2725 from ogniK5377/mult-audbuffer (diff) | |
| parent | Finalize Azure Pipelines Definitions (diff) | |
| download | yuzu-b9e1db13121fae2490ddc71f49ff93127c342d86.tar.gz yuzu-b9e1db13121fae2490ddc71f49ff93127c342d86.tar.xz yuzu-b9e1db13121fae2490ddc71f49ff93127c342d86.zip | |
Merge pull request #2730 from DarkLordZach/master
Finalize Azure Pipelines Definitions
Diffstat (limited to '.ci/scripts/linux/exec.sh')
| -rw-r--r-- | .ci/scripts/linux/exec.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.ci/scripts/linux/exec.sh b/.ci/scripts/linux/exec.sh new file mode 100644 index 000000000..a5a6c34b9 --- /dev/null +++ b/.ci/scripts/linux/exec.sh | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | #!/bin/bash -ex | ||
| 2 | |||
| 3 | mkdir -p "ccache" || true | ||
| 4 | chmod a+x ./.ci/scripts/linux/docker.sh | ||
| 5 | 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 | ||