This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
2018-08-24 14:20:31 +00:00
|
|
|
#!/bin/bash -ex
|
|
|
|
mkdir -p "$HOME/.ccache"
|
2021-08-01 12:43:21 +00:00
|
|
|
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
|