File: .cirrus.yml

package info (click to toggle)
rust-sudo-rs 0.2.5-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,768 kB
  • sloc: sh: 160; makefile: 31; ansic: 1
file content (13 lines) | stat: -rw-r--r-- 481 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
task:
  name: Cirrus CI / freebsd unit tests
  freebsd_instance:
    image_family: freebsd-14-2
    memory: 2GB
  setup_rust_script:
    - pkg install -y git-tiny
    - curl https://sh.rustup.rs -sSf --output rustup.sh
    - sh rustup.sh -y --profile=minimal
  test_script:
    - . $HOME/.cargo/env
    # We skip a couple of tests which fail when running as root.
    - cargo test --workspace --all-targets --release -- --skip group_as_non_root --skip test_secure_open_cookie_file