ci: disable static analysis temporarily

This commit is contained in:
light7734 2025-07-20 14:28:05 +03:30
parent 4e6cd1266c
commit e024453717
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -4,6 +4,11 @@ set -e
cd $(git rev-parse --show-toplevel)/
rm -rf ./build
echo 'Static analysis is currently disabled as code is filled with failing clang-tidy checks'
echo 'Runng this would be a waste of CPU cycles and electricty'
echo 'Fix the checks before removing these lines'
exit 1
conan build . \
-c tools.system.package_manager:mode=install \
-c tools.cmake.cmaketoolchain:generator=Ninja \