1 2 3 4 5 6 7 8 9 10 11
freebsd_instance: image_family: freebsd-13-1 task: timeout_in: 5m install_script: # - pkg update -f - pkg upgrade -f --yes - pkg install -y rust bash python script: - cargo test