1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-27 14:48:13 +00:00
janet/.builds/freebsd.yml
2023-10-06 01:40:12 -05:00

13 lines
197 B
YAML

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