1
0
mirror of https://github.com/janet-lang/janet synced 2024-07-01 01:23:15 +00:00
janet/.builds/.freebsd.yaml

14 lines
226 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
gmake test-amalg