aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2018-04-20 10:24:01 +1000
committerStewart Smith <stewart@linux.ibm.com>2018-04-19 23:51:02 -0500
commite101e85c9ff65e82f7ede4d5541d921b4a3ed923 (patch)
treedac886fe83cf382308b3911f56a4368444be9f1a /.travis.yml
parentdf98e55e50a34e2b07ac5f3d864b58d1e015e144 (diff)
downloadskiboot-e101e85c9ff65e82f7ede4d5541d921b4a3ed923.zip
skiboot-e101e85c9ff65e82f7ede4d5541d921b4a3ed923.tar.gz
skiboot-e101e85c9ff65e82f7ede4d5541d921b4a3ed923.tar.bz2
travis: Enable ppc64le builds
At least on the IBM Travis Enterprise instance, we can now do ppc64le builds! We can only build a subset of our matrix due to availability of ppc64le distros. The Dockerfiles need some tweaking to only attempt to install (x86_64 only) Mambo binaries, as well as the build scripts. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0deda30..e68c915 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,9 @@
language: c
+os:
+ - linux
+ - linux-ppc64le
+
cache: ccache
env:
@@ -25,6 +29,18 @@ matrix:
allow_failures:
- env: RUN_ON_CONTAINER=fedora-rawhide
- env: RUN_ON_CONTAINER=debian-unstable
+ exclude:
+ - os: linux-ppc64le
+ env: RUN_ON_CONTAINER=ubuntu-12.04
+ - os: linux-ppc64le
+ env: RUN_ON_CONTAINER=fedora24
+ - os: linux-ppc64le
+ env: RUN_ON_CONTAINER=fedora25
+ - os: linux-ppc64le
+ env: RUN_ON_CONTAINER=centos6
+ - os: linux-ppc64le
+ env: RUN_ON_CONTAINER=centos7
+
sudo: required
services: docker