1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-26 17:46:54 -06:00
2019-07-13 21:34:40 -04:00

6 lines
255 B
Bash

#!/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