From 3bb57f7efde1546527a975c8f12198fc7293e010 Mon Sep 17 00:00:00 2001 From: Hielke Morsink Date: Sat, 7 Jul 2018 14:58:00 +0200 Subject: [PATCH] exclude thirdparty folder from run-clang-format --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4ec2f68bc3..bc59a20c5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -167,7 +167,7 @@ matrix: services: - docker script: - - docker run --rm -w /openrct2 -v $(pwd):/openrct2 openrct2/openrct2:format ./scripts/run-clang-format.py -r src test + - docker run --rm -w /openrct2 -v $(pwd):/openrct2 openrct2/openrct2:format ./scripts/run-clang-format.py -r src test --exclude src/openrct2/thirdparty # Following entries used to be included in testing, but they only proved useful while changing things in CMake setup. # They are meant to be used when there are changes to CMakeLists.txt # - os: linux