qaskx.template/generator/default/cicd/woodpecker.tmpl

14 lines
364 B
Cheetah

# Woodpecker CI definition for CI# {{.Redi.Asset.Id}} (from RediOps)
# Name: {{.Redi.Name}}
# Organisation: {{.Redi.Organisation}}
# Git repository: {{.Redi.Repository.Source.Url}}
steps:
build:
image: golang:1.17
commands:
- go download
- go get
- go build -o {{.AssetName}} .\...
# Optional: Run go tests
- go test .\...