Skip to content

Commit 0dc8b7d

Browse files
japaricgnzlbg
authored andcommitted
add thumb targets to ci
1 parent 30e23db commit 0dc8b7d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ matrix:
4242
- cat wasm.wat
4343
- grep current_memory wasm.wat
4444
- grep grow_memory wasm.wat
45+
- env: TARGET=thumbv6m-none-eabi NOSTD=1
46+
- env: TARGET=thumbv7m-none-eabi NOSTD=1
47+
- env: TARGET=thumbv7em-none-eabi NOSTD=1
48+
- env: TARGET=thumbv7em-none-eabihf NOSTD=1
4549
- env: DOCUMENTATION
4650
install: true
4751
script: ci/dox.sh
@@ -74,6 +78,8 @@ script:
7478
if [ "$NORUN" == "1" ]; then
7579
cargo build --target=$TARGET -p coresimd -p stdsimd --manifest-path crates/stdsimd/Cargo.toml
7680
cargo build --release --target=$TARGET -p coresimd -p stdsimd --manifest-path crates/stdsimd/Cargo.toml
81+
elif [ "$NOSTD" == "1" ]; then
82+
cargo build --target=$TARGET -p coresimd --manifest-path crates/stdsimd/Cargo.toml
7783
else
7884
ci/run-docker.sh $TARGET $FEATURES
7985
fi

0 commit comments

Comments
 (0)