mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 05:10:05 +00:00
Merge pull request #4129 from ccawley2011/clang-format-docker
travis: Use Docker for clang-format target
This commit is contained in:
commit
b194f238cb
5 changed files with 17 additions and 8 deletions
12
.travis.yml
12
.travis.yml
|
@ -3,15 +3,11 @@ matrix:
|
|||
include:
|
||||
- os: linux
|
||||
env: NAME="clang-format"
|
||||
sudo: required
|
||||
dist: trusty
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- llvm-toolchain-trusty-6.0
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- clang-format-6.0
|
||||
script: "./.travis/clang-format/script.sh"
|
||||
services: docker
|
||||
install: "./.travis/clang-format/deps.sh"
|
||||
script: "./.travis/clang-format/build.sh"
|
||||
- os: linux
|
||||
env: NAME="linux build"
|
||||
sudo: required
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue