From 07930a4f60522babc9398082d83d85d27a989d71 Mon Sep 17 00:00:00 2001 From: Aeddis Desauw Date: Fri, 13 Dec 2024 22:42:03 +0100 Subject: [PATCH] hello world ci on main --- .woodpecker.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .woodpecker.yaml diff --git a/.woodpecker.yaml b/.woodpecker.yaml new file mode 100644 index 0000000..1754e21 --- /dev/null +++ b/.woodpecker.yaml @@ -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