1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-27 15:43:17 +00:00
janet/.builds/openbsd.yml
2020-03-06 18:11:29 -06:00

13 lines
187 B
YAML

image: openbsd/latest
sources:
- https://git.sr.ht/~bakpakin/janet
packages:
- gmake
tasks:
- build: |
cd janet
gmake
gmake test
doas gmake install
gmake test-install