initialise sourcehut CI
esv is now built and briefly tested on Arch Linux and OpenBSD.
This commit is contained in:
parent
5a9103bfa8
commit
4bb8d391fd
3 changed files with 49 additions and 1 deletions
17
.builds/openbsd.yml
Normal file
17
.builds/openbsd.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue