mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-12 05:40:04 +00:00
Fix Travis clang-format check
This commit is contained in:
parent
f120e78b56
commit
0e3f0120a8
2 changed files with 32 additions and 16 deletions
|
@ -17,6 +17,7 @@ addons:
|
|||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
- llvm-toolchain-precise
|
||||
packages:
|
||||
- gcc-6
|
||||
- g++-6
|
||||
|
@ -25,6 +26,7 @@ addons:
|
|||
- xorg-dev
|
||||
- lib32stdc++6 # For CMake
|
||||
- lftp # To upload builds
|
||||
- clang-format-4.0
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue