1
0
mirror of https://github.com/janet-lang/janet synced 2024-07-01 01:23:15 +00:00
janet/.builds/freebsd.yml
2024-04-15 16:02:34 -05:00

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