1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-27 23:53:16 +00:00
janet/.builds/.freebsd.yaml
2019-01-26 21:26:40 -05:00

12 lines
174 B
YAML

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