about summary refs log tree commit diff stats
path: root/.builds/freebsd.yml
diff options
context:
space:
mode:
authorRen Kararou <[email protected]>2025-01-30 22:34:52 -0600
committerRen Kararou <[email protected]>2025-01-30 22:34:52 -0600
commitb456099f56a1770cbaa10901eee5c87a6a418c69 (patch)
tree2bd64010d032f2943ecc4281b419d845ebf75469 /.builds/freebsd.yml
parentf6dda8af9998eba76ff377c91cb69593c086b8c0 (diff)
downloadlibspicy-b456099f56a1770cbaa10901eee5c87a6a418c69.tar.gz
libspicy-b456099f56a1770cbaa10901eee5c87a6a418c69.tar.bz2
libspicy-b456099f56a1770cbaa10901eee5c87a6a418c69.zip
add ci
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