mirror of
https://github.com/janet-lang/janet
synced 2025-11-01 16:13:02 +00:00
Merge pull request #104 from andrewchambers/openbsd
Add openbsd build file.
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user