travis: Use Docker for clang-format target

This commit is contained in:
Cameron Cawley 2018-08-24 15:20:31 +01:00
parent 129ca865b3
commit c5dcd70e38
5 changed files with 17 additions and 8 deletions

5
.travis/clang-format/docker.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash -ex
# Run clang-format
cd /citra
./.travis/clang-format/script.sh