Skip to content

Commit

Permalink
attempt to verify no_std builds in travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed Mar 28, 2021
1 parent 3cda58f commit 79873ef
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
language: rust
rust:
- stable
- nightly
cache: cargo

script:
- cargo build --all-targets
- cargo build --all-targets --release
- cargo test --all-targets
- cargo test --all-targets --release
- rustup target add thumbv7em-none-eabihf
- cargo check --target thumbv7em-none-eabihf --no-default-features --features "microfft-complex"
- cargo check --target thumbv7em-none-eabihf --no-default-features --features "microfft-real"

0 comments on commit 79873ef

Please sign in to comment.