esv/.builds/openbsd.yml

21 lines
342 B
YAML

---
image: openbsd/7.4
packages:
- curl
- ldc
sources:
- "https://git.sr.ht/~jeremy/esv"
tasks:
- build: |
cd esv
./configure
make
- install: |
doas make -C esv install
- test: |
cd esv
./configure -t
make clean all
./esv
# very basic test :)
esv Matthew 5-7 >/dev/null