add ci
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Simon Vieille 2022-08-23 23:01:02 +02:00
parent d05925d232
commit c2e83aa2ba
Signed by: deblan
GPG Key ID: 579388D585F70417
1 changed files with 21 additions and 0 deletions

21
.woodpecker.yml Normal file
View File

@ -0,0 +1,21 @@
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]