File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ matrix:
22
22
rust : stable
23
23
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
24
24
25
+ - env : TARGET=thumbv8m.main-none-eabi
26
+ rust : stable
27
+ if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
28
+
25
29
- env : TARGET=x86_64-unknown-linux-gnu
26
30
rust : nightly
27
31
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
@@ -42,6 +46,10 @@ matrix:
42
46
rust : nightly
43
47
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
44
48
49
+ - env : TARGET=thumbv8m.main-none-eabi
50
+ rust : nightly
51
+ if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
52
+
45
53
before_install : set -e
46
54
47
55
install :
You can’t perform that action at this time.
0 commit comments