aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/freebsd.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/freebsd.yml')
-rw-r--r--.builds/freebsd.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
new file mode 100644
index 0000000..e419fb6
--- /dev/null
+++ b/.builds/freebsd.yml
@@ -0,0 +1,18 @@
+image: freebsd/latest
+packages:
+ - bash
+ - curl
+sources:
+ - https://git.sr.ht/~tk/pack
+tasks:
+ - setup: |
+ cd pack
+ curl -O 'https://raw.githubusercontent.com/apenwarr/redo/redo-0.42d/minimal/do'
+ chmod +x do
+ ./configure -vw -B-lm
+ - build: |
+ cd pack
+ ./do
+ - test: |
+ cd pack
+ ./test