mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 20:47:57 -05:00
Finalize Azure Pipelines Definitions
d
This commit is contained in:
6
.ci/scripts/format/docker.sh
Normal file
6
.ci/scripts/format/docker.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
# Run clang-format
|
||||
cd /yuzu
|
||||
chmod a+x ./.ci/scripts/format/script.sh
|
||||
./.ci/scripts/format/script.sh
|
Reference in New Issue
Block a user