mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 04:40:08 +00:00
4 lines
197 B
Bash
Executable File
4 lines
197 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-clang-format /bin/bash -ex /citra/.ci/clang-format/docker.sh
|