mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
15 lines
341 B
YAML
15 lines
341 B
YAML
freebsd_instance:
|
|
image: freebsd-12-0-release-amd64
|
|
|
|
task:
|
|
name: stable x86_64-unknown-freebsd
|
|
setup_script:
|
|
- pkg install -y curl gmake
|
|
- 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
|