mirror of
https://github.com/janet-lang/janet
synced 2024-12-25 07:50:27 +00:00
Add openbsd build file.
This commit is contained in:
parent
56d903d75b
commit
2b7ac16784
10
.builds/.openbsd.yaml
Normal file
10
.builds/.openbsd.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
image: openbsd/6.5
|
||||
packages:
|
||||
- gmake
|
||||
tasks:
|
||||
- build: |
|
||||
cd janet
|
||||
gmake
|
||||
gmake test
|
||||
doas gmake install
|
||||
gmake test-install
|
Loading…
Reference in New Issue
Block a user