aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.woodpecker/.woodpecker.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.woodpecker/.woodpecker.yml b/.woodpecker/.woodpecker.yml
new file mode 100644
index 0000000..35a0114
--- /dev/null
+++ b/.woodpecker/.woodpecker.yml
@@ -0,0 +1,15 @@
+---
+when:
+ - event: push
+ branch: ci/fix_woodpecker
+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