1
0
mirror of https://github.com/janet-lang/janet synced 2024-10-02 00:40:41 +00:00
janet/.builds/.openbsd.yaml

13 lines
200 B
YAML
Raw Normal View History

2019-05-16 22:54:58 +00:00
image: openbsd/6.5
sources:
- https://git.sr.ht/~bakpakin/janet
2019-05-16 22:54:58 +00:00
packages:
- gmake
tasks:
- build: |
cd janet
gmake
gmake test
doas gmake install
2019-05-28 18:02:45 +00:00
gmake test-install