From 02dacd5e70c901130ed7e13c42502b9ec2ae7247 Mon Sep 17 00:00:00 2001 From: Rick Barenthin Date: Fri, 21 Jan 2022 00:03:14 +0100 Subject: [PATCH] initial pipeline file --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index f90d3a2..ca819f9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,11 +19,11 @@ name: develop steps: - name: Tag commit - image: kitware/cmake + image: alpine commands: - - cmake -DCMAKE_BUILD_TYPE=Debug . + - echo This would build the app and run test trigger: branch: - - main + - develop ... \ No newline at end of file