This repository was archived by the owner on Nov 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -2,31 +2,34 @@ language: rust
22
33matrix :
44 include :
5+ - env : TARGET=x86_64-unknown-linux-gnu
6+ rust : beta
7+
8+ - env : TARGET=thumbv7m-none-eabi
9+ rust : beta
10+ if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
11+
12+ - env : TARGET=thumbv7em-none-eabi
13+ rust : beta
14+ if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
15+
16+ - env : TARGET=thumbv7em-none-eabihf
17+ rust : beta
18+ if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
19+
520 - env : TARGET=x86_64-unknown-linux-gnu
621 rust : nightly
722
823 - env : TARGET=thumbv7m-none-eabi
924 rust : nightly
10- addons :
11- apt :
12- packages :
13- - gcc-arm-none-eabi
1425 if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
1526
1627 - env : TARGET=thumbv7em-none-eabi
1728 rust : nightly
18- addons :
19- apt :
20- packages :
21- - gcc-arm-none-eabi
2229 if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
2330
2431 - env : TARGET=thumbv7em-none-eabihf
2532 rust : nightly
26- addons :
27- apt :
28- packages :
29- - gcc-arm-none-eabi
3033 if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
3134
3235before_install : set -e
You can’t perform that action at this time.
0 commit comments