aboutsummaryrefslogtreecommitdiffstats
path: root/.builds
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2021-08-05 10:34:13 +0100
committerTomasz Kramkowski <tk@the-tk.com>2021-08-05 10:34:13 +0100
commit68b64352f02980b3b5a7ea47886e95151164c5a4 (patch)
treed7c80d71cf144f14115dcb34a51afe5cf41407cd /.builds
parentc9b50bef5f0664a4a99ba7656cb9d9e4581bf7be (diff)
downloadpack-68b64352f02980b3b5a7ea47886e95151164c5a4.tar.gz
pack-68b64352f02980b3b5a7ea47886e95151164c5a4.tar.xz
pack-68b64352f02980b3b5a7ea47886e95151164c5a4.zip
add builds.sr.ht manifest for freebsd
Diffstat (limited to '.builds')
-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