1
0
mirror of https://github.com/janet-lang/janet synced 2025-03-03 23:08:10 +00:00
janet/.builds/.openbsd.yaml

12 lines
176 B
YAML
Raw Permalink Normal View History

2019-05-17 10:54:58 +12:00
image: openbsd/6.5
packages:
- gmake
tasks:
- build: |
cd janet
gmake
gmake test
doas gmake install
2019-05-28 14:02:45 -04:00
gmake test-install
gmake test-amalg