1
0
mirror of https://github.com/janet-lang/janet synced 2024-07-03 02:23:15 +00:00
janet/.builds/.freebsd.yaml

12 lines
172 B
YAML
Raw Normal View History

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