mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-01 06:17:58 +03:00
Don't build everything in clang-tidy
This commit is contained in:
parent
6c1ac9ed9f
commit
9622def79c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ Clang_Tidy:
|
|||
script:
|
||||
- CI/before_script.linux.sh
|
||||
- cd build
|
||||
- cmake --build . -- -j $(nproc)
|
||||
- cmake --build . -- -j $(nproc) openmw esmtool bsatool niftest openmw-wizard openmw-launcher openmw-iniimporter openmw-essimporter
|
||||
variables:
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue