1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-29 12:20:41 +00:00

Don't build everything in clang-tidy

This commit is contained in:
jvoisin 2021-08-16 12:10:45 +02:00
parent 6c1ac9ed9f
commit 9622def79c

View File

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