esv/.builds/openbsd.yml
Jeremy Baxter 4bb8d391fd initialise sourcehut CI
esv is now built and briefly tested on Arch Linux and OpenBSD.
2024-06-26 13:47:48 +12:00

17 lines
277 B
YAML

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