From 7134fec4fa931167b85daca6b8b2264ffae2614d Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Thu, 5 Aug 2021 09:48:37 +0100 Subject: add builds.sr.ht manifest for openbsd --- .builds/openbsd.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .builds/openbsd.yml 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 -- cgit v1.2.3-54-g00ecf