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 493e936f1b - Show all commits

View file

@ -1,8 +1,6 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: clang format name: clang format
clone:
recursive: true
trigger: trigger:
branch: branch:
@ -46,3 +44,7 @@ steps:
privileged: true privileged: true
commands: commands:
- 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
---
clone:
recursive: true