File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ matrix:
42
42
- cat wasm.wat
43
43
- grep current_memory wasm.wat
44
44
- 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
45
49
- env : DOCUMENTATION
46
50
install : true
47
51
script : ci/dox.sh
@@ -74,6 +78,8 @@ script:
74
78
if [ "$NORUN" == "1" ]; then
75
79
cargo build --target=$TARGET -p coresimd -p stdsimd --manifest-path crates/stdsimd/Cargo.toml
76
80
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
77
83
else
78
84
ci/run-docker.sh $TARGET $FEATURES
79
85
fi
You can’t perform that action at this time.
0 commit comments