1
0
mirror of https://github.com/janet-lang/janet synced 2025-02-05 03:30:02 +00:00
janet/.builds/.freebsd.yaml

12 lines
179 B
YAML
Raw Normal View History

2019-02-15 19:43:30 -05:00
image: freebsd/latest
2018-11-28 20:00:37 -05:00
packages:
- gmake
tasks:
- build: |
cd janet
2019-05-28 14:02:45 -04:00
gmake
gmake test
sudo gmake install
gmake test-install
gmake test-amalg