mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 13:56:57 +00:00
add pipeline
This commit is contained in:
parent
a5504acb0e
commit
5663fadb05
2 changed files with 16 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@ key-database.pogreb/
|
|||
acme-account.json
|
||||
build/
|
||||
vendor/
|
||||
pages
|
||||
|
|
15
.woodpecker.yml
Normal file
15
.woodpecker.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
pipeline:
|
||||
lint:
|
||||
image: golang
|
||||
commands:
|
||||
- go vet
|
||||
|
||||
test:
|
||||
image: golang
|
||||
commands:
|
||||
- go test ./...
|
||||
|
||||
build:
|
||||
image: golang
|
||||
commands:
|
||||
- go build
|
Loading…
Add table
Add a link
Reference in a new issue