esv/.builds/openbsd.yml

17 lines
275 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: |
# very basic test :)
esv Matthew 5-7 >/dev/null