1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00

Merge pull request #104 from andrewchambers/openbsd

Add openbsd build file.
This commit is contained in:
Calvin Rose 2019-05-16 22:13:26 -04:00 committed by GitHub
commit 880049c0ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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