blob: 2243d3830c4343fffa6f7385f53a8b37fee29fe3 [file] [log] [blame]
freebsd_instance:
image: freebsd-11-2-release-amd64
task:
name: FreeBSD 11.2 amd64
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh -y
cargo_cache:
folder: $HOME/.cargo/registry
build_script:
- . $HOME/.cargo/env
- cargo build
- cargo build --no-default-features
test_script:
- . $HOME/.cargo/env
- cargo test
- cargo test --no-default-features
before_cache_script:
- rm -rf $HOME/.cargo/registry/index