Add shrt freebsd build.

This commit is contained in:
Calvin Rose 2018-11-28 20:00:37 -05:00
parent ba2c4b265b
commit 6e74617c05
1 changed files with 11 additions and 0 deletions

11
.builds/.freebsd.yaml Normal file
View File

@ -0,0 +1,11 @@
image: freebsd
packages:
- gmake
- gcc
sources:
- https://github.com/bakpakin/janet.git
tasks:
- build: |
cd janet
gmake CC=gcc
gmake test CC=gcc