mirror of
https://git.sr.ht/~emersion/tlstunnel
synced 2024-11-19 15:53:50 +01:00
12 lines
199 B
YAML
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
|