Skip to content

Commit d6c4935

Browse files
committed
Add testing for ppc64le and arm architectures on Travis
1 parent d982368 commit d6c4935

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.travis.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,28 @@ matrix:
4646
- qemu-user-static
4747
- binfmt-support
4848

49+
- os: linux
50+
env: FLAGS="CC=arm-linux-gnueabihf-gcc" TEST_FLAGS="LDFLAGS=-static"
51+
addons:
52+
apt:
53+
packages:
54+
- gcc-arm-linux-gnueabihf
55+
- libc6-dev-armhf-cross
56+
- qemu-user-static
57+
- binfmt-support
58+
59+
# This works, but only if qemu-user-static is >= v2.4. This is not the
60+
# case on the default trusty images, so we add a PPA that has qemu 2.5
61+
- os: linux
62+
env: FLAGS="CC=powerpc64le-linux-gnu-gcc" TEST_FLAGS="LDFLAGS=-static"
63+
addons:
64+
apt:
65+
sources:
66+
- sourceline: "ppa:gns3/qemu"
67+
packages:
68+
- gcc-powerpc64le-linux-gnu
69+
- libc6-dev-ppc64el-cross
70+
- qemu-user-static
71+
- binfmt-support
4972
notifications:
5073
email: false

0 commit comments

Comments
 (0)