-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.travis.yml
More file actions
22 lines (22 loc) · 797 Bytes
/
.travis.yml
File metadata and controls
22 lines (22 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: java
jdk:
- oraclejdk8
- openjdk6
cache:
directories:
- $HOME/.m2
env:
- MAVEN_OPTS=-Xmx512m CL_LOG_ERRORS=stdout
before_install:
- lsb_release -c
- lsb_release -r
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"
- sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu vivid main universe multiverse restricted"
- sudo apt-get update -qq
- sudo apt-get install -qq opencl-headers fglrx=2:8.960-0ubuntu1 ocl-icd-libopencl1 libltdl-dev hwloc libhwloc-dev clinfo mesa-common-dev
# sudo apt-get install libpocl1
- ./scripts/install_pocl.sh
- clinfo
# - sudo apt-get install -qq opencl-headers fglrx=2:8.960-0ubuntu1 beignet beignet-opencl-icd
# - export DISPLAY=:99.0 clinfo
# - sh -e /etc/init.d/xvfb start