This repository has been archived on 2022-02-25. You can view files and clone it, but cannot push or open issues/pull-requests.
clone/.woodpecker.yml

32 lines
568 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
- GOOS="windows" go build
release-main:
image: jolheiser/drone-gitea-main:latest
settings:
base: https://git.jojodev.com
token:
from_secret: gitea_token
files:
- "clone"
- "clone.exe"
when:
event: push
branch: main