mu-go/.woodpecker.yml
Simon Vieille c2e83aa2ba
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
add ci
2022-08-23 23:01:02 +02:00

22 lines
352 B
YAML

pipeline:
vendor:
image: golang:1.18
commands:
- go mod vendor
build:
image: golang:1.18
commands:
- make build
release:
image: plugins/gitea-release
settings:
api_key:
from_secret: gitnet_api_key
base_url: https://gitnet.fr
note:
files: bin/mugo
when:
event: [tag]