ssd1675/.cirrus.yml
Wesley Moore 2de56e9a39
Replace Travis with Cirrus
Travis has just stopped running... and wants me to select a plan to
re-enable it.
2022-02-08 19:53:13 +10:00

16 lines
518 B
YAML

test_task:
container:
image: rust:latest
registry_cache:
folder: $CARGO_HOME/registry
fingerprint_script:
- rustc --version
- cat Cargo.toml
install_script:
- apt-get update && apt-get install -y --no-install-recommends binutils-dev cmake libcurl4-openssl-dev zlib1g-dev libdw-dev libiberty-dev python
test_script:
- cargo test
- cargo build --features=examples --examples
coverage_script:
- ci/upload-coverage
before_cache_script: rm -rf $CARGO_HOME/registry/index