mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 17:27:18 +00:00
Add shrt freebsd build.
This commit is contained in:
parent
ba2c4b265b
commit
6e74617c05
11
.builds/.freebsd.yaml
Normal file
11
.builds/.freebsd.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user