Merge pull request #171 from lowgear/travis-fixStyleCheck

check style only in specific folders
This commit is contained in:
Georgy Rylov 2020-06-14 16:22:52 +05:00 committed by GitHub
commit 5a31565901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ compiler:
- clang
- gcc
script:
- run-clang-format/run-clang-format.py -r --clang-format-executable clang-format-9 --exclude ./run-clang-format .
- run-clang-format/run-clang-format.py -r --clang-format-executable clang-format-9 modules sources stress test third_party
- cmake -DCMAKE_BUILD_TYPE=Release
- make -j2
- cd test