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
414 B
YAML
Raw Normal View History

2021-02-14 11:54:00 +00:00
task:
name: freebsd
freebsd_instance:
image: freebsd-13-1-release-amd64
2021-02-14 11:54:00 +00:00
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
2021-06-11 16:50:01 +00:00
- ./y.rs prepare
2021-02-14 11:54:00 +00:00
test_script:
- . $HOME/.cargo/env
2022-07-30 09:32:54 +00:00
- ./y.rs test