summaryrefslogtreecommitdiffstats
path: root/.ci/scripts/linux/exec.sh
blob: a7deddeb35ab877e7c69bcb232bac9360cd1e311 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash -ex

mkdir -p "ccache"  || true
chmod a+x ./.ci/scripts/linux/docker.sh
# the UID for the container yuzu user is 1027
sudo chown -R 1027 ./
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
sudo chown -R $UID ./