ci: add static_analysis #2

Merged
light7734 merged 16 commits from ci/static_analysis into main 2025-07-14 08:45:10 +00:00
Showing only changes of commit 12c2c99c83 - Show all commits

View file

@ -47,4 +47,5 @@ steps:
pull: if-not-exists pull: if-not-exists
privileged: true privileged: true
commands: commands:
- git submodule update --init --recursive
- conan build . -s build_type=Release -o enable_static_analysis=True --build=missing - conan build . -s build_type=Release -o enable_static_analysis=True --build=missing