diff options
| author | Flame Sage <chris062689@gmail.com> | 2019-07-13 21:35:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-13 21:35:37 -0400 |
| commit | b9e1db13121fae2490ddc71f49ff93127c342d86 (patch) | |
| tree | d94580d1330a76e839de6e413295bf5bb4d6abe4 /.ci/scripts/format/exec.sh | |
| parent | 4d8215827415947e66fa1a155d67079679063b34 (diff) | |
| parent | bbc5b5d62dfd66e623494bfc67fc469eae6551c6 (diff) | |
Merge pull request #2730 from DarkLordZach/master
Finalize Azure Pipelines Definitions
Diffstat (limited to '.ci/scripts/format/exec.sh')
| -rw-r--r-- | .ci/scripts/format/exec.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.ci/scripts/format/exec.sh b/.ci/scripts/format/exec.sh new file mode 100644 index 000000000..5d6393b38 --- /dev/null +++ b/.ci/scripts/format/exec.sh @@ -0,0 +1,4 @@ +#!/bin/bash -ex + +chmod a+x ./.ci/scripts/format/docker.sh +docker run -v $(pwd):/yuzu yuzuemu/build-environments:linux-clang-format /bin/bash -ex /yuzu/.ci/scripts/format/docker.sh |
