1
0
mirror of https://github.com/Lime3DS/Lime3DS.git synced 2025-02-15 17:03:36 +01:00

4 lines
194 B
Bash
Raw Normal View History

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