10 lines
173 B
YAML
10 lines
173 B
YAML
env:
|
|
GOFLAGS: -mod=vendor
|
|
|
|
freebsd_instance:
|
|
image: freebsd-11-3-stable-amd64-v20200402
|
|
|
|
test_task:
|
|
install_script: pkg install -y go gcc git
|
|
test_script: make test
|