diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2021-08-05 09:48:37 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2021-08-05 09:48:37 +0100 |
commit | 7134fec4fa931167b85daca6b8b2264ffae2614d (patch) | |
tree | 08d2bc611995eddced14eb5e3d0779522ee9e830 | |
parent | 7567c6d819441900bdffbebdf0b6dd9d3abe6f9b (diff) | |
download | pack-7134fec4fa931167b85daca6b8b2264ffae2614d.tar.gz pack-7134fec4fa931167b85daca6b8b2264ffae2614d.tar.xz pack-7134fec4fa931167b85daca6b8b2264ffae2614d.zip |
add builds.sr.ht manifest for openbsd
-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 |