soju/.build.yml
2021-06-29 22:24:44 +02:00

13 lines
216 B
YAML

image: alpine/edge
packages:
- go
- scdoc
sources:
- https://git.sr.ht/~emersion/soju
tasks:
- build: |
cd soju
go test -v ./...
scdoc <doc/soju.1.scd >/dev/null
test -z $(gofmt -l .)