From: Simon Ruderich Date: Sat, 16 May 2020 06:52:08 +0000 (+0200) Subject: build.sr.ht: run tests on fedora X-Git-Tag: 0.2~7 X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=commitdiff_plain;h=b032338a5b3f77d4981bc7f2fd114de5dee34ba8 build.sr.ht: run tests on fedora --- diff --git a/.builds/fedora.yml b/.builds/fedora.yml new file mode 100644 index 0000000..c760f58 --- /dev/null +++ b/.builds/fedora.yml @@ -0,0 +1,12 @@ +image: fedora/latest +packages: + - clang + - golang + - libasan + - libubsan +tasks: + - all: | + cd nsscash + go install golang.org/x/tools/cmd/stringer + export PATH=$HOME/go/bin:$PATH + ./ci/run