From: Simon Ruderich Date: Sat, 16 May 2020 06:52:36 +0000 (+0200) Subject: build.sr.ht: run tests on freebsd X-Git-Tag: 0.2~5 X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=commitdiff_plain;h=215a4da2d0a39dcc62b4e61ef208b393784565fc build.sr.ht: run tests on freebsd --- diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml new file mode 100644 index 0000000..7f7d6f7 --- /dev/null +++ b/.builds/freebsd.yml @@ -0,0 +1,10 @@ +image: freebsd/latest +packages: + - go + - go-tools + - gmake +tasks: + - all: | + sudo ln -sf /usr/local/bin/gmake /usr/bin/make + cd nsscash + ./ci/run