]> ruderich.org/simon Gitweb - nsscash/nsscash.git/blobdiff - .builds/fedora.yml
build.sr.ht: run tests on fedora
[nsscash/nsscash.git] / .builds / fedora.yml
diff --git a/.builds/fedora.yml b/.builds/fedora.yml
new file mode 100644 (file)
index 0000000..c760f58
--- /dev/null
@@ -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