Add '.woodpecker.yml'

This commit is contained in:
val 2022-09-14 07:27:17 +00:00
parent e8d1a65ff4
commit 86bc4d6d7c

9
.woodpecker.yml Normal file
View File

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