1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-19 19:11:32 +00:00

Merge branch 'tidy_timeout' into 'master'

Don't build everything in clang-tidy

See merge request OpenMW/openmw!1148
This commit is contained in:
elsid 2021-08-16 12:53:35 +00:00
commit bd995817ee

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