1
1
language : rust
2
2
3
- matrix :
4
- include :
5
- # - env: TARGET=x86_64-unknown-linux-gnu
6
- # if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
7
-
8
- # - env: TARGET=riscv32imac-unknown-none-elf
9
- # if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
10
-
11
- # - env: TARGET=x86_64-unknown-linux-gnu
12
- # rust: beta
13
- # if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
3
+ env :
4
+ - TARGET=x86_64-unknown-linux-gnu
5
+ - TARGET=riscv32imac-unknown-none-elf
14
6
15
- # - env: TARGET=riscv32imac-unknown-none-elf
16
- # rust: beta
17
- # if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
18
-
19
- - env : TARGET=x86_64-unknown-linux-gnu
20
- rust : nightly
21
- if : (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
7
+ rust :
8
+ - nightly
9
+ - stable
22
10
23
- - env : TARGET=riscv32imac-unknown-none-elf
24
- rust : nightly
25
- if : (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
11
+ if : (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
26
12
13
+ matrix :
14
+ include :
27
15
- env : TARGET=riscv64imac-unknown-none-elf
28
16
rust : nightly
29
17
if : (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
@@ -32,13 +20,6 @@ matrix:
32
20
rust : nightly
33
21
if : (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
34
22
35
- - env : TARGET=x86_64-unknown-linux-gnu
36
- rust : stable
37
- if : (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
38
-
39
- - env : TARGET=riscv32imac-unknown-none-elf
40
- rust : stable
41
- if : (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
42
23
43
24
before_install : set -e
44
25
0 commit comments