init ci with woodpecker

This commit is contained in:
2022-05-24 16:10:42 +06:00
parent 0f63a02b75
commit b3346049c3
3 changed files with 12 additions and 0 deletions

0
.woodpecker/.keep Normal file
View File

7
.woodpecker/build.yml Normal file
View File

@ -0,0 +1,7 @@
# https://woodpecker-ci.org/docs/intro
pipeline:
build:
image: alpine:3
commands:
- echo "built!"