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