This commit is contained in:
phil 2025-06-20 19:03:22 +02:00
parent f8607bd3dd
commit c7ec493d90

16
.woodpecker/build.yaml Normal file
View file

@ -0,0 +1,16 @@
when:
- event: push
branch: main
steps:
- name: build
image: alpine
commands:
- echo "This is the build step"
- echo "echo Foo" > executable
- name: a-test-step
image: alpine
commands:
- echo "Testing ..."
- ./executable