File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments