delve/.cirrus.yml
2024-03-04 09:15:21 -08:00

10 lines
157 B
YAML

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