rust/mikros_std_deps/cobs-0.2.3/.travis.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
281 B
YAML
Raw Permalink Normal View History

language: rust
rust:
- stable
- beta
- nightly
install:
- rustup target add thumbv7em-none-eabihf
script:
- cargo build
- cargo test
# Check for no_std compatibility by building for an embedded target
- cargo build --no-default-features --target=thumbv7em-none-eabihf