mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-08 21:15:58 +00:00
9 lines
130 B
Bash
9 lines
130 B
Bash
|
|
#!/bin/bash -ex
|
||
|
|
|
||
|
|
apt-get update
|
||
|
|
apt-get install -y clang-format-6.0
|
||
|
|
|
||
|
|
# Run clang-format
|
||
|
|
cd /yuzu
|
||
|
|
./.travis/clang-format/script.sh
|