init ci with woodpecker

This commit is contained in:
bdeshi 2022-05-24 16:10:42 +06:00
parent 5a6c76849e
commit 33f785a2d0
Signed by: bdeshi
GPG Key ID: 410D03DA9A3468E0
3 changed files with 12 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"yaml.schemas": {
"https://raw.githubusercontent.com/woodpecker-ci/woodpecker/master/pipeline/schema/schema.json": ".woodpecker/build.yml"
}
}

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!"