Skip to content

Commit dda3b25

Browse files
committed
added stable to test matrix, arm build deps
1 parent e9dce9f commit dda3b25

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)