mirror of
https://github.com/Feliix42/ssd1675.git
synced 2024-11-21 18:36:30 +00:00
2de56e9a39
Travis has just stopped running... and wants me to select a plan to re-enable it.
16 lines
518 B
YAML
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
|