This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
2017-10-21 21:46:46 +00:00
|
|
|
#!/bin/bash -ex
|
2018-04-14 02:30:04 +00:00
|
|
|
mkdir -p "$HOME/.ccache"
|
2021-08-01 12:43:21 +00:00
|
|
|
docker run -v $(pwd):/citra -v "$HOME/.ccache":/root/.ccache citraemu/build-environments:linux-frozen /bin/bash -ex /citra/.ci/linux-frozen/docker.sh
|