From 0dd852183a056f40997f7243b1a965a1947ec379 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 9 Sep 2020 16:13:35 +0200 Subject: [PATCH] ci: add .build.yml --- .build.yml | 11 +++++++++++ README.md | 2 ++ 2 files changed, 13 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..bb5ef0c --- /dev/null +++ b/.build.yml @@ -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 /dev/null diff --git a/README.md b/README.md index bcb0820..e91b8f9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # [tlstunnel] +[![builds.sr.ht status](https://builds.sr.ht/~emersion/tlstunnel/commits.svg)](https://builds.sr.ht/~emersion/tlstunnel/commits?) + A TLS reverse proxy. - Automatic TLS with Let's Encrypt