1
0
mirror of https://github.com/janet-lang/janet synced 2024-07-02 10:03:26 +00:00
janet/.builds/.openbsd.yaml
2019-05-28 13:03:47 -04:00

12 lines
181 B
YAML

image: openbsd/6.5
packages:
- gmake
tasks:
- build: |
cd janet
gmake
gmake test
doas gmake install
doas gmake test-install
gmake test-amalg