initial pipeline file
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Rick Barenthin 2022-01-21 00:03:14 +01:00
parent a650630f81
commit 02dacd5e70

View File

@ -19,11 +19,11 @@ name: develop
steps: steps:
- name: Tag commit - name: Tag commit
image: kitware/cmake image: alpine
commands: commands:
- cmake -DCMAKE_BUILD_TYPE=Debug . - echo This would build the app and run test
trigger: trigger:
branch: branch:
- main - develop
... ...