cabinet/.woodpecker.yml

32 lines
646 B
YAML

clone:
git:
image: woodpeckerci/plugin-git:next
pipeline:
compliance:
image: golang:1.17
commands:
- go test -race ./...
- go vet ./...
when:
event: pull_request
build:
image: golang:1.17
commands:
- GOOS="linux" go build go.jolheiser.com/cabinet/cmd/cabinet
- GOOS="windows" go build go.jolheiser.com/cabinet/cmd/cabinet
release-main:
image: jolheiser/drone-gitea-main:latest
settings:
base: https://git.jojodev.com
token:
from_secret: gitea_token
files:
- "cabinet"
- "cabinet.exe"
when:
event: push
branch: main