Add openbsd build file.

This commit is contained in:
Andrew Chambers 2019-05-17 10:54:58 +12:00
parent 56d903d75b
commit 2b7ac16784
1 changed files with 10 additions and 0 deletions

10
.builds/.openbsd.yaml Normal file
View File

@ -0,0 +1,10 @@
image: openbsd/6.5
packages:
- gmake
tasks:
- build: |
cd janet
gmake
gmake test
doas gmake install
gmake test-install