File: .cirrus.yml

package info (click to toggle)
rust-expectrl 0.7.1-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 740 kB
  • sloc: python: 55; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 203 bytes parent folder | download
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