1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-29 16:43:20 +00:00
janet/.builds/.freebsd.yaml
2018-11-28 20:00:37 -05:00

12 lines
172 B
YAML

image: freebsd
packages:
- gmake
- gcc
sources:
- https://github.com/bakpakin/janet.git
tasks:
- build: |
cd janet
gmake CC=gcc
gmake test CC=gcc