File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,26 @@ language: rust
22
33matrix :
44 include :
5+ - env : TARGET=x86_64-unknown-linux-gnu
6+ if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
7+ rust : stable
8+
9+ - env : TARGET=armebv7r-none-eabi
10+ if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
11+ rust : stable
12+
13+ - env : TARGET=armebv7r-none-eabihf
14+ if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
15+ rust : stable
16+
17+ - env : TARGET=armv7r-none-eabi
18+ if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
19+ rust : stable
20+
21+ - env : TARGET=armv7r-none-eabihf
22+ if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
23+ rust : stable
24+
525 # MSRV
626 - env : TARGET=x86_64-unknown-linux-gnu
727 if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
You can’t perform that action at this time.
0 commit comments