1
0
mirror of https://github.com/janet-lang/janet synced 2024-07-04 02:53:27 +00:00
janet/.builds/openbsd.yml

13 lines
187 B
YAML
Raw Normal View History

2020-03-07 00:11:29 +00:00
image: openbsd/latest
sources:
- https://git.sr.ht/~bakpakin/janet
2019-05-16 22:54:58 +00:00
packages:
- gmake
2019-05-16 22:54:58 +00:00
tasks:
- build: |
cd janet
gmake
gmake test
doas gmake install
gmake test-install