summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_codegen_cranelift/.cirrus.yml
blob: 8b4efd4e394885eeebd4f1b7da1ff93760235cc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
task:
  name: freebsd
  freebsd_instance:
    image: freebsd-13-2-release-amd64
  setup_rust_script:
    - pkg install -y git bash
    - curl https://sh.rustup.rs -sSf --output rustup.sh
    - sh rustup.sh --default-toolchain none -y --profile=minimal
  target_cache:
    folder: target
  prepare_script:
    - . $HOME/.cargo/env
    - ./y.sh prepare
  test_script:
    - . $HOME/.cargo/env
    - ./y.sh test