adds woodpecker pipeline

This commit is contained in:
albert 2024-08-13 02:13:56 +02:00
parent df3a048820
commit 3c6b6833f1

View File

@ -0,0 +1,15 @@
when:
- event: push
branch: main
steps:
- name: build
image: debian
commands:
- echo "This is the build step"
- echo "binary-data-123" > executable
- name: a-test-step
image: golang:1.16
commands:
- echo "Testing ..."
- ./executable