T1
This commit is contained in:
parent
f8607bd3dd
commit
c7ec493d90
1 changed files with 16 additions and 0 deletions
16
.woodpecker/build.yaml
Normal file
16
.woodpecker/build.yaml
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue