rust/compiler/rustc_codegen_cranelift/.cirrus.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
418 B
YAML
Raw Normal View History

2021-02-14 19:54:00 +08:00
task:
name: freebsd
freebsd_instance:
2023-05-14 18:17:12 +08:00
image: freebsd-13-2-release-amd64
2021-02-14 19:54:00 +08:00
setup_rust_script:
- pkg install -y git bash binutils
2021-02-14 19:54:00 +08:00
- 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
2021-02-14 19:54:00 +08:00
test_script:
- . $HOME/.cargo/env
- ./y.sh test