mirror of https://github.com/yandex/odyssey.git
Merge pull request #171 from lowgear/travis-fixStyleCheck
check style only in specific folders
This commit is contained in:
commit
5a31565901
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue