From 3589b72c11a83f26fa14bd7784ba7f52d8e929ec Mon Sep 17 00:00:00 2001 From: Evann Regnault Date: Sun, 9 Mar 2025 15:54:46 +0100 Subject: [PATCH] Drone support --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..4bb9bc9 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +kind: pipeline +type: docker +name: build + +steps: + - name: code-analysis + image: aosapps/drone-sonar-plugin + settings: + sonar_host: + from_secret: sonar_host + sonar_token: + from_secret: sonar_token