gospt/.woodpecker.yml

9 lines
215 B
YAML
Raw Normal View History

2023-01-20 06:09:47 +00:00
pipeline:
build:
image: golang:1.19
commands:
- go build -o gospt
- ./gospt completion zsh > gospt_zsh
- ./gospt completion bash > gospt_bash
- ./gospt completion fish > gospt_fish