tlstunnel/.build.yml

12 lines
199 B
YAML
Raw Normal View History

2020-09-09 14:13:35 +00:00
image: alpine/edge
packages:
- go
- scdoc
sources:
- https://git.sr.ht/~emersion/tlstunnel
tasks:
- build: |
cd tlstunnel
go test -v ./...
scdoc <tlstunnel.1.scd >/dev/null