diff options
| author | 2019-10-05 19:29:35 -0400 | |
|---|---|---|
| committer | 2019-10-05 19:29:35 -0400 | |
| commit | 6f511c8006f73206519731db8bd7117fb629b56f (patch) | |
| tree | 19d08b8008c7171da99e28ba1882032d2e9371b6 /.ci/scripts/linux/exec.sh | |
| parent | Merge pull request #2944 from lioncash/ast (diff) | |
| parent | qt: Change titlebar formatting (diff) | |
| download | yuzu-6f511c8006f73206519731db8bd7117fb629b56f.tar.gz yuzu-6f511c8006f73206519731db8bd7117fb629b56f.tar.xz yuzu-6f511c8006f73206519731db8bd7117fb629b56f.zip | |
Merge pull request #2943 from DarkLordZach/azure-titlebars-v2
ci: Add custom titlebars for mainline and patreon
Diffstat (limited to '.ci/scripts/linux/exec.sh')
| -rw-r--r-- | .ci/scripts/linux/exec.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/scripts/linux/exec.sh b/.ci/scripts/linux/exec.sh index a5a6c34b9..9fafa9208 100644 --- a/.ci/scripts/linux/exec.sh +++ b/.ci/scripts/linux/exec.sh | |||
| @@ -2,4 +2,4 @@ | |||
| 2 | 2 | ||
| 3 | mkdir -p "ccache" || true | 3 | mkdir -p "ccache" || true |
| 4 | chmod a+x ./.ci/scripts/linux/docker.sh | 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 | 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 $1 |