janet/.builds/freebsd.yml

13 lines
197 B
YAML
Raw Normal View History

2020-03-07 00:11:29 +00:00
image: freebsd/12.x
sources:
- https://git.sr.ht/~bakpakin/janet
2018-11-29 01:00:37 +00:00
packages:
- gmake
2018-11-29 01:00:37 +00:00
tasks:
- build: |
cd janet
gmake
2023-10-06 06:40:12 +00:00
VERBOSE=1 gmake test
sudo gmake install
sudo gmake uninstall