File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ matrix:
17
17
- env : TARGET=x86_64-unknown-linux-gnu
18
18
rust : nightly
19
19
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
20
-
20
+
21
21
- env : TARGET=armv7-unknown-linux-gnueabihf
22
22
rust : stable
23
23
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
@@ -33,6 +33,22 @@ matrix:
33
33
rust : stable
34
34
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
35
35
36
+ # MSRV
37
+ - env : TARGET=armv7-unknown-linux-gnueabihf
38
+ rust : 1.36.0
39
+ if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
40
+ addons :
41
+ apt :
42
+ packages :
43
+ - libc6-armhf-cross
44
+ - libc6-dev-armhf-cross
45
+ - gcc-arm-linux-gnueabihf
46
+
47
+ # MSRV
48
+ - env : TARGET=x86_64-unknown-linux-gnu
49
+ rust : 1.36.0
50
+ if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
51
+
36
52
37
53
before_install :
38
54
- set -e
You can’t perform that action at this time.
0 commit comments