1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-28 08:03:16 +00:00
janet/.builds/.freebsd.yaml
Calvin Rose 9ed1c35d30 Add sudo permissions to freebsd build.
'sudo gmake install'.
2019-03-03 15:21:40 -05:00

14 lines
245 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
sudo gmake install CC=gcc
gmake test-install CC=gcc