wip
This commit is contained in:
parent
0d8127037d
commit
9a398a1177
3 changed files with 120 additions and 10 deletions
16
.woodpecker/test.yaml
Normal file
16
.woodpecker/test.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
when:
|
||||
- event: push
|
||||
branch: feat/woodpecker-ci
|
||||
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue