1
0
mirror of https://github.com/janet-lang/janet synced 2024-10-05 09:50:41 +00:00
janet/.builds/.freebsd.yaml
2019-03-03 14:52:11 -05:00

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