init ci with woodpecker
This commit is contained in:
parent
0f63a02b75
commit
b3346049c3
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal 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
0
.woodpecker/.keep
Normal file
7
.woodpecker/build.yml
Normal file
7
.woodpecker/build.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
# https://woodpecker-ci.org/docs/intro
|
||||
|
||||
pipeline:
|
||||
build:
|
||||
image: alpine:3
|
||||
commands:
|
||||
- echo "built!"
|
Loading…
Reference in New Issue
Block a user