Skip to content

Commit

Permalink
faster CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed Mar 28, 2021
1 parent 79873ef commit 89fda98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ cache: cargo

script:
- cargo build --all-targets
- cargo build --all-targets --release
# - cargo build --all-targets --release
- cargo test --all-targets
- cargo test --all-targets --release
# - 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"
Expand Down
4 changes: 2 additions & 2 deletions check-build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
echo "checks that this builds on std+no_std + that all tests run"
cargo build --all-targets
cargo build --all-targets --release
# cargo build --all-targets --release
cargo test --all-targets
cargo test --all-targets --release
# 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 89fda98

Please sign in to comment.