initialise sourcehut CI

esv is now built and briefly tested on Arch Linux and OpenBSD.
This commit is contained in:
Jeremy Baxter 2024-02-28 15:48:56 +13:00
parent 5a9103bfa8
commit 4bb8d391fd
3 changed files with 49 additions and 1 deletions

17
.builds/openbsd.yml Normal file
View file

@ -0,0 +1,17 @@
---
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