chibipub

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f12b05eec949effa8619f3874b0062974ac08f52
parent df86c99ff884fe936de2b83d05b44b1f5aa78856
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 21 Dec 2020 08:11:10 -0800

add build

Diffstat:
A.build.yml | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/.build.yml b/.build.yml @@ -0,0 +1,9 @@ +image: alpine/edge +packages: + - openssl +sources: + - https://git.sr.ht/~jb55/wolfsocks +tasks: + - build: | + cd wolfsocks + make check