1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-19 10:41:36 +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:
- 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++