mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
17 lines
409 B
YAML
17 lines
409 B
YAML
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
|