podman-build/vendor/github.com/godbus/dbus/v5/.cirrus.yml
2025-10-11 12:30:35 +09:00

11 lines
246 B
YAML

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