Skip to content

Commit

Permalink
add thumb targets to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric authored and gnzlbg committed Jul 19, 2018
1 parent 30e23db commit 0dc8b7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ matrix:
- cat wasm.wat
- grep current_memory wasm.wat
- grep grow_memory wasm.wat
- env: TARGET=thumbv6m-none-eabi NOSTD=1
- env: TARGET=thumbv7m-none-eabi NOSTD=1
- env: TARGET=thumbv7em-none-eabi NOSTD=1
- env: TARGET=thumbv7em-none-eabihf NOSTD=1
- env: DOCUMENTATION
install: true
script: ci/dox.sh
Expand Down Expand Up @@ -74,6 +78,8 @@ script:
if [ "$NORUN" == "1" ]; then
cargo build --target=$TARGET -p coresimd -p stdsimd --manifest-path crates/stdsimd/Cargo.toml
cargo build --release --target=$TARGET -p coresimd -p stdsimd --manifest-path crates/stdsimd/Cargo.toml
elif [ "$NOSTD" == "1" ]; then
cargo build --target=$TARGET -p coresimd --manifest-path crates/stdsimd/Cargo.toml
else
ci/run-docker.sh $TARGET $FEATURES
fi
Expand Down

0 comments on commit 0dc8b7d

Please sign in to comment.