From df7b90010fa54524a3dc6dee9c4267c65abbb45e Mon Sep 17 00:00:00 2001 From: light7734 Date: Fri, 11 Jul 2025 15:58:21 +0330 Subject: [PATCH] ci: add static_analysis to .drone.yml --- .drone.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.drone.yml b/.drone.yml index b488dbb..f6bb239 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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