]> ruderich.org/simon Gitweb - nsscash/nsscash.git/commitdiff
build.sr.ht: run tests on freebsd
authorSimon Ruderich <simon@ruderich.org>
Sat, 16 May 2020 06:52:36 +0000 (08:52 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 16 May 2020 07:05:47 +0000 (09:05 +0200)
.builds/freebsd.yml [new file with mode: 0644]

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