1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-30 09:03:15 +00:00
janet/.builds/.freebsd.yaml

12 lines
181 B
YAML
Raw Normal View History

2019-02-16 00:43:30 +00:00
image: freebsd/latest
2018-11-29 01:00:37 +00:00
packages:
- gmake
- gcc
sources:
- https://github.com/janet-lang/janet.git
2018-11-29 01:00:37 +00:00
tasks:
- build: |
cd janet
gmake CC=gcc
gmake test CC=gcc