File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1
1
language : rust
2
2
3
+
4
+
3
5
matrix :
4
6
include :
5
7
- env : TARGET=armv7-unknown-linux-gnueabihf
6
8
rust : nightly
7
9
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
10
+ addons :
11
+ apt :
12
+ packages :
13
+ - libc6-armhf-cross
14
+ - libc6-dev-armhf-cross
15
+ - gcc-arm-linux-gnueabihf
8
16
9
17
- env : TARGET=x86_64-unknown-linux-gnu
10
18
rust : nightly
11
19
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
20
+
21
+ - env : TARGET=armv7-unknown-linux-gnueabihf
22
+ rust : stable
23
+ if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
24
+ addons :
25
+ apt :
26
+ packages :
27
+ - libc6-armhf-cross
28
+ - libc6-dev-armhf-cross
29
+ - gcc-arm-linux-gnueabihf
30
+
31
+
32
+ - env : TARGET=x86_64-unknown-linux-gnu
33
+ rust : stable
34
+ if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
35
+
12
36
13
37
before_install :
14
38
- set -e
You can’t perform that action at this time.
0 commit comments