Skip to content

Commit

Permalink
Add a no-std target to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos committed Jul 20, 2019
1 parent bf046f3 commit 4a13441
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -255,6 +255,13 @@ matrix:
- source ~/.cargo/env || true
script:
- bash utils/ci/script.sh
- rust: nightly
env: DESCRIPTION="no_std platform test"
install:
- rustup target add thumbv6m-none-eabi
script:
# Test the top-level crate with all features:
- cargo build --target=thumbv6m-none-eabi --no-default-features

- rust: nightly
os: linux
Expand Down

0 comments on commit 4a13441

Please sign in to comment.