1
0
mirror of https://github.com/janet-lang/janet synced 2025-02-08 13:00:01 +00:00
janet/.builds/freebsd.yml

13 lines
187 B
YAML
Raw Normal View History

2024-03-10 11:17:20 -05:00
image: freebsd/14.x
sources:
- https://git.sr.ht/~bakpakin/janet
2018-11-28 20:00:37 -05:00
packages:
- gmake
2018-11-28 20:00:37 -05:00
tasks:
- build: |
cd janet
gmake
2023-10-07 21:35:38 -05:00
gmake test
sudo gmake install
sudo gmake uninstall