esv/.builds/openbsd.yml
Jeremy Baxter 7eb179255f builds/openbsd.yml: move to 7.4
OpenBSD 7.5 broke the dmd and ldc packages. They're back working in
-current as of now.
2024-08-08 17:56:09 +12:00

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