File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,14 @@ matrix:
50
50
- cargo --list | egrep "^\s*web$" -q || cargo install cargo-web
51
51
script :
52
52
- cargo web test --target wasm32-unknown-unknown --nodejs --features=stdweb
53
-
53
+
54
+ - rust : nightly
55
+ install :
56
+ - rustup target add thumbv6m-none-eabi
57
+ script :
58
+ # Bare metal target; no std; only works on nightly
59
+ - cargo build --all --no-default-features --target thumbv6m-none-eabi --release
60
+
54
61
# Trust cross-built/emulated targets. We must repeat all non-default values.
55
62
- rust : stable
56
63
sudo : required
@@ -73,12 +80,6 @@ matrix:
73
80
dist : trusty
74
81
services : docker
75
82
env : TARGET=armv7-apple-ios DISABLE_TESTS=1
76
- - rust : nightly
77
- sudo : required
78
- dist : trusty
79
- services : docker
80
- # Bare metal target; no std; only works on nightly
81
- env : TARGET=thumbv6m-none-eabi DISABLE_TESTS=1 DISABLE_STD=1
82
83
83
84
before_install :
84
85
- set -e
You can’t perform that action at this time.
0 commit comments