@@ -4,53 +4,62 @@ matrix:
4
4
allow_failures :
5
5
- rust : nightly
6
6
include :
7
+ # MSRV 1.32.0 #############################################################
8
+ - env : TARGET=x86_64-unknown-linux-gnu
9
+ rust : 1.32.0
10
+
11
+ - env : TARGET=thumbv6m-none-eabi
12
+ rust : 1.32.0
13
+
14
+ - env : TARGET=thumbv7m-none-eabi
15
+ rust : 1.32.0
16
+
17
+ - env : TARGET=thumbv7em-none-eabi
18
+ rust : 1.32.0
19
+
20
+ - env : TARGET=thumbv7em-none-eabihf
21
+ rust : 1.32.0
22
+
23
+ - env : TARGET=thumbv8m.main-none-eabi
24
+ rust : 1.32.0
25
+
26
+ # Stable ##################################################################
7
27
- env : TARGET=x86_64-unknown-linux-gnu
8
28
rust : stable
9
- if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
10
29
11
30
- env : TARGET=thumbv6m-none-eabi
12
31
rust : stable
13
- if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
14
32
15
33
- env : TARGET=thumbv7m-none-eabi
16
34
rust : stable
17
- if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
18
35
19
36
- env : TARGET=thumbv7em-none-eabi
20
37
rust : stable
21
- if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
22
38
23
39
- env : TARGET=thumbv7em-none-eabihf
24
40
rust : stable
25
- if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
26
41
27
42
- env : TARGET=thumbv8m.main-none-eabi
28
43
rust : stable
29
- if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
30
44
45
+ # Nightly #################################################################
31
46
- env : TARGET=x86_64-unknown-linux-gnu
32
47
rust : nightly
33
- if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
34
48
35
49
- env : TARGET=thumbv6m-none-eabi
36
50
rust : nightly
37
- if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
38
51
39
52
- env : TARGET=thumbv7m-none-eabi
40
53
rust : nightly
41
- if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
42
54
43
55
- env : TARGET=thumbv7em-none-eabi
44
56
rust : nightly
45
- if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
46
57
47
58
- env : TARGET=thumbv7em-none-eabihf
48
59
rust : nightly
49
- if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
50
60
51
61
- env : TARGET=thumbv8m.main-none-eabi
52
62
rust : nightly
53
- if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
54
63
55
64
before_install : set -e
56
65
0 commit comments