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

13 lines
185 B
YAML
Raw Normal View History

2020-03-06 18:11:29 -06:00
image: freebsd/12.x
sources:
- https://git.sr.ht/~bakpakin/janet
2018-11-28 20:00:37 -05:00
packages:
- gmake
2018-11-28 20:00:37 -05:00
tasks:
- build: |
cd janet
gmake
gmake test
sudo gmake install
gmake test-install