janet/.builds/.openbsd.yaml

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