Initial woodpeck pipeline

This commit is contained in:
Adam Štrauch 2021-09-17 01:36:43 +02:00
parent a9d7abbdd5
commit 202a60f091
Signed by: cx
GPG Key ID: 018304FFA8988F8D
1 changed files with 10 additions and 0 deletions

10
.woodpecker.yml Normal file
View File

@ -0,0 +1,10 @@
# .woodpecker.yml
pipeline:
build:
image: debian
commands:
- echo "This is the build step"
a-test-step:
image: debian
commands:
- echo "Testing.."