1
0
mirror of https://github.com/janet-lang/janet synced 2024-10-01 08:20:40 +00:00
janet/.builds/.freebsd.yaml
2019-05-28 13:03:47 -04:00

13 lines
227 B
YAML

image: freebsd/latest
packages:
- gmake
- gcc
tasks:
- build: |
cd janet
gmake CC=gcc
gmake test CC=gcc
sudo gmake install CC=gcc
sudo gmake test-install CC=gcc
gmake test-amalg CC=gcc