mirror of
https://github.com/zhaobot/yuzu.git
synced 2025-01-11 19:32:29 -03:00
5 lines
78 B
Bash
Executable file
5 lines
78 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
# Run clang-format
|
|
cd /yuzu
|
|
./.travis/clang-format/script.sh
|