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