janet/.builds/.freebsd.yaml

14 lines
240 B
YAML

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