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
2
2
3
3
matrix :
4
4
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
+
5
20
- env : TARGET=x86_64-unknown-linux-gnu
6
21
rust : nightly
7
22
8
23
- env : TARGET=thumbv7m-none-eabi
9
24
rust : nightly
10
- addons :
11
- apt :
12
- packages :
13
- - gcc-arm-none-eabi
14
25
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
15
26
16
27
- env : TARGET=thumbv7em-none-eabi
17
28
rust : nightly
18
- addons :
19
- apt :
20
- packages :
21
- - gcc-arm-none-eabi
22
29
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
23
30
24
31
- env : TARGET=thumbv7em-none-eabihf
25
32
rust : nightly
26
- addons :
27
- apt :
28
- packages :
29
- - gcc-arm-none-eabi
30
33
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
31
34
32
35
before_install : set -e
You can’t perform that action at this time.
0 commit comments