1
0
mirror of https://github.com/janet-lang/janet synced 2024-07-04 02:53:27 +00:00
janet/.builds/.freebsd.yaml

12 lines
192 B
YAML
Raw Normal View History

2019-02-16 00:43:30 +00:00
image: freebsd/latest
2018-11-29 01:00:37 +00:00
packages:
- gmake
- gcc
tasks:
- build: |
cd janet
gmake CC=gcc
gmake test CC=gcc
sudo gmake install CC=gcc
gmake test-install CC=gcc