janet/.builds/freebsd.yml

13 lines
187 B
YAML

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