summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_codegen_cranelift/.cirrus.yml
blob: 7886cae42a15ab1902d7d79ce677e8c4dd0be075 (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-1-release-amd64
  setup_rust_script:
    - pkg install -y curl 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.rs prepare
  test_script:
    - . $HOME/.cargo/env
    - ./y.rs test