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 df7b90010f - Show all commits

View file

@ -24,3 +24,21 @@ steps:
done
echo "✅ All files are properly formatted"
---
kind: pipeline
type: docker
name: static analysis
trigger:
branch:
- main
steps:
- name: static_analysis
image: static_analysis:latest
pull: if-not-exists
privileged: true
commands:
- conan build . -s build_type=Release -o enable_static_analysis=True --build=missing