1
1
Fork 0
mirror of https://git.sr.ht/~emersion/tlstunnel synced 2024-04-19 12:03:56 +02:00
tlstunnel/.build.yml
2020-09-09 16:13:35 +02:00

12 lines
199 B
YAML

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