diff options
-rw-r--r-- | .builds/openbsd.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml new file mode 100644 index 0000000..0f52f63 --- /dev/null +++ b/.builds/openbsd.yml @@ -0,0 +1,17 @@ +image: openbsd/latest +packages: + - bash +sources: + - https://git.sr.ht/~tk/pack +tasks: + - setup: | + cd pack + ftp '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 |