Add architecture ppc64le to travis build
[clinfo] / .travis.yml
1 os:
2  - linux
3  - osx
4 arch:
5  - amd64
6  - ppc64le
7
8 dist: trusty
9 addons:
10  apt:
11   sources:
12    - sourceline: "deb http://archive.ubuntu.com/ubuntu trusty universe"
13   packages:
14    - ocl-icd-opencl-dev
15
16 language: c
17 compiler:
18  - gcc
19  - clang
20
21 script: make && ./clinfo