We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ppc64le
arm
1 parent d982368 commit d6c4935Copy full SHA for d6c4935
1 file changed
.travis.yml
@@ -46,5 +46,28 @@ matrix:
46
- qemu-user-static
47
- binfmt-support
48
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
62
+ env: FLAGS="CC=powerpc64le-linux-gnu-gcc" TEST_FLAGS="LDFLAGS=-static"
63
64
65
+ sources:
66
+ - sourceline: "ppa:gns3/qemu"
67
68
+ - gcc-powerpc64le-linux-gnu
69
+ - libc6-dev-ppc64el-cross
70
71
72
notifications:
73
email: false
0 commit comments