gospt/.woodpecker.yml
abs3nt 04973f5033
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
wp
2023-01-20 16:19:43 -08:00

9 lines
215 B
YAML

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