mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +01:00
4 lines
191 B
Bash
Executable File
4 lines
191 B
Bash
Executable File
#!/bin/bash -ex
|
|
mkdir -p "$HOME/.ccache"
|
|
docker run -v $(pwd):/citra -v "$HOME/.ccache":/root/.ccache citraemu/build-environments:linux-frozen /bin/bash -ex /citra/.ci/linux-frozen/docker.sh
|