Files
tsnet-proxy/vendor/github.com/godbus/dbus/v5/.cirrus.yml
2024-11-01 17:43:06 +00:00

11 lines
246 B
YAML

freebsd_instance:
image_family: freebsd-13-0
task:
name: Test on FreeBSD
install_script: pkg install -y go119 dbus
test_script: |
/usr/local/etc/rc.d/dbus onestart && \
eval `dbus-launch --sh-syntax` && \
go119 test -v ./...