1
0
mirror of https://github.com/janet-lang/janet synced 2025-02-05 11:40:00 +00:00
janet/.builds/openbsd.yml

13 lines
187 B
YAML
Raw Normal View History

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