about summary refs log tree commit diff stats
path: root/.builds/freebsd.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/freebsd.yml')
-rw-r--r--.builds/freebsd.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
new file mode 100644
index 0000000..ec54f40
--- /dev/null
+++ b/.builds/freebsd.yml
@@ -0,0 +1,16 @@
+image: freebsd/latest
+packages:
+  - gmake
+sources:
+  - https://git.sr.ht/~spicywolf/libspicy
+triggers:
+  - action: email
+    condition: always
+    to: ~spicywolf/[email protected]
+tasks:
+  - build: |
+      cd libspicy
+      gmake
+  - release: |
+      cd libspicy
+      gmake release