yuzu/.ci/scripts/format/exec.sh

8 lines
270 B
Bash
Raw Normal View History

2019-07-14 02:34:40 +01:00
#!/bin/bash -ex
chmod a+x ./.ci/scripts/format/docker.sh
# the UID for the container yuzu user is 1027
sudo chown -R 1027 ./
2019-07-14 02:34:40 +01:00
docker run -v $(pwd):/yuzu yuzuemu/build-environments:linux-clang-format /bin/bash -ex /yuzu/.ci/scripts/format/docker.sh
sudo chown -R $UID ./