1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-28 16:13:16 +00:00
janet/.builds/.freebsd.yaml
2020-01-18 21:00:06 -06:00

14 lines
226 B
YAML

image: freebsd/latest
sources:
- https://git.sr.ht/~bakpakin/janet
packages:
- gmake
tasks:
- build: |
cd janet
gmake
gmake test
sudo gmake install
gmake test-install
gmake test-amalg