janet/.builds/.freebsd.yaml

13 lines
203 B
YAML
Raw Normal View History

2019-02-16 00:43:30 +00:00
image: freebsd/latest
sources:
- https://git.sr.ht/~bakpakin/janet
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