mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-05 18:23:39 -04:00
3 lines
191 B
Bash
Executable file
3 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
|