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