Skip to content

Commit

Permalink
CI: Add thumbv7em target
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx committed Nov 18, 2019
1 parent 3b7a3a3 commit 4388917
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,20 +82,21 @@ matrix:
rust: stable
install:
- cargo install xargo || true
- rustup target install armv7-unknown-linux-gnueabihf
- rustup target add $TARGET
- rustup component add rust-src
script:
# Debug:
- xargo build --no-default-features --verbose --target $TARGET

# Release:
- xargo build --release --no-default-features --verbose --target $TARGET

- name: "[RELEASE + DEBUG (nightly)]: Build no_std"
env: TARGET=thumbv7em-none-eabi
rust: nightly
install:
- cargo install xargo || true
- rustup target install armv7-unknown-linux-gnueabihf
- rustup target add $TARGET
- rustup component add rust-src
script:
# Debug:
Expand Down

0 comments on commit 4388917

Please sign in to comment.