feat(ci): Add Woodpecker #71
1 changed files with 9 additions and 0 deletions
9
.gitea/workflows/image.yml
Normal file
9
.gitea/workflows/image.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: debian
|
||||
commands:
|
||||
- echo "This is the build step"
|
||||
a-test-step:
|
||||
image: debian
|
||||
commands:
|
||||
- echo "Testing.."
|
Loading…
Reference in a new issue