delve/.cirrus.yml

10 lines
157 B
YAML
Raw Normal View History

env:
GOFLAGS: -mod=vendor
freebsd_instance:
image_family: freebsd-12-3
test_task:
install_script: pkg install -y go gcc git
test_script: make test