Skip to content

Commit 917f5e5

Browse files
bors[bot]ryankurte
andauthored
Merge #31
31: added stable to test matrix, build deps for armhf r=posborne a=ryankurte Co-authored-by: ryan <[email protected]>
2 parents e9dce9f + dda3b25 commit 917f5e5

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.travis.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,38 @@
11
language: rust
22

3+
4+
35
matrix:
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

1337
before_install:
1438
- set -e

0 commit comments

Comments
 (0)