1
0
mirror of https://github.com/janet-lang/janet synced 2024-07-01 17:43:15 +00:00
janet/.builds/.openbsd.yaml
2019-05-17 10:54:58 +12:00

11 lines
153 B
YAML

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