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

12 lines
172 B
YAML
Raw Normal View History

2018-11-28 20:00:37 -05:00
image: freebsd
packages:
- gmake
- gcc
sources:
- https://github.com/bakpakin/janet.git
tasks:
- build: |
cd janet
gmake CC=gcc
gmake test CC=gcc