1
0
mirror of https://github.com/janet-lang/janet synced 2025-02-08 21:10:02 +00:00
janet/.builds/.freebsd.yaml

12 lines
181 B
YAML
Raw Normal View History

2019-02-15 19:43:30 -05:00
image: freebsd/latest
2018-11-28 20:00:37 -05:00
packages:
- gmake
- gcc
sources:
- https://github.com/janet-lang/janet.git
2018-11-28 20:00:37 -05:00
tasks:
- build: |
cd janet
gmake CC=gcc
gmake test CC=gcc