1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21: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: script:
- CI/before_script.linux.sh - CI/before_script.linux.sh
- cd build - cd build
- cmake --build . -- -j $(nproc) - cmake --build . -- -j $(nproc) openmw esmtool bsatool niftest openmw-wizard openmw-launcher openmw-iniimporter openmw-essimporter
variables: variables:
CC: clang CC: clang
CXX: clang++ CXX: clang++