soju/.build.yml
2020-06-10 16:15:20 +02:00

12 lines
188 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