mirror of
https://github.com/uutils/uucore.git
synced 2026-06-10 15:48:52 -07:00
15 lines
389 B
YAML
15 lines
389 B
YAML
task:
|
|
name: stable x86_64-unknown-freebsd-12
|
|
freebsd_instance:
|
|
image: freebsd-12-1-release-amd64
|
|
setup_script:
|
|
- pkg install -y curl
|
|
- curl https://sh.rustup.rs -sSf --output rustup.sh
|
|
- sh rustup.sh -y --profile=minimal
|
|
build_script:
|
|
- . $HOME/.cargo/env
|
|
- cargo build --all-features
|
|
test_script:
|
|
- . $HOME/.cargo/env
|
|
- cargo test --all-features
|