1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 11:33:03 +01:00

exclude thirdparty folder from run-clang-format

This commit is contained in:
Hielke Morsink
2018-07-07 14:58:00 +02:00
parent fdc6e52da1
commit 3bb57f7efd

View File

@@ -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