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