mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-02 15:37:57 -05:00
Use Docker for Build Target clang-format for travis.
This uses the (apparently) more stable Ubuntu Repo instead of the LLVM one.
This commit is contained in:
3
.travis/clang-format/build.sh
Executable file
3
.travis/clang-format/build.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
docker run -v $(pwd):/yuzu ubuntu:18.04 /bin/bash /yuzu/.travis/clang-format/docker.sh
|
Reference in New Issue
Block a user