summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: f458213ad8aeda352eef3d15a41482c3c8e14aab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: c

sudo: required
dist: trusty
services: docker
os:
 - linux
 - linux-ppc64le

before_install:
 - ./docker/build-builder

script:
 - ./docker/build-pb --check --verbose --configure-opts "--enable-platform-arm64 --enable-platform-powerpc"
OpenPOWER on IntegriCloud