janet/.builds/.freebsd.yaml

12 lines
179 B
YAML
Raw Normal View History

2019-02-16 00:43:30 +00:00
image: freebsd/latest
2018-11-29 01:00:37 +00:00
packages:
- gmake
tasks:
- build: |
cd janet
2019-05-28 18:02:45 +00:00
gmake
gmake test
sudo gmake install
gmake test-install
gmake test-amalg