janet/.builds/freebsd.yml

13 lines
187 B
YAML
Raw Permalink Normal View History

2024-03-10 16:17:20 +00:00
image: freebsd/14.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-08 02:35:38 +00:00
gmake test
sudo gmake install
sudo gmake uninstall