mirror of
https://git.sr.ht/~emersion/tlstunnel
synced 2024-11-19 15:53:50 +01:00
ci: add .build.yml
This commit is contained in:
parent
b14c97724b
commit
0dd852183a
11
.build.yml
Normal file
11
.build.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
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
|
@ -1,5 +1,7 @@
|
|||||||
# [tlstunnel]
|
# [tlstunnel]
|
||||||
|
|
||||||
|
[![builds.sr.ht status](https://builds.sr.ht/~emersion/tlstunnel/commits.svg)](https://builds.sr.ht/~emersion/tlstunnel/commits?)
|
||||||
|
|
||||||
A TLS reverse proxy.
|
A TLS reverse proxy.
|
||||||
|
|
||||||
- Automatic TLS with Let's Encrypt
|
- Automatic TLS with Let's Encrypt
|
||||||
|
Loading…
Reference in New Issue
Block a user