File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 11language : rust
22
3+
4+
35matrix :
46 include :
57 - env : TARGET=armv7-unknown-linux-gnueabihf
68 rust : nightly
79 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
816
917 - env : TARGET=x86_64-unknown-linux-gnu
1018 rust : nightly
1119 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+
1236
1337before_install :
1438 - set -e
You can’t perform that action at this time.
0 commit comments