Skip to content

Commit c6803ac

Browse files
committed
travis ci: focus on pocl
1 parent d3e38b0 commit c6803ac

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ before_install:
1313
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"
1414
- sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu trusty main universe multiverse restricted"
1515
- sudo apt-get update -qq
16-
- sudo apt-get install -qq opencl-headers fglrx=2:8.960-0ubuntu1 beignet beignet-opencl-icd
17-
- export DISPLAY=:99.0
18-
- sh -e /etc/init.d/xvfb start
19-
20-
# ocl-icd-libopencl1 libltdl-dev hwloc
21-
# - ./scripts/install_pocl.sh
16+
- sudo apt-get install -qq opencl-headers fglrx=2:8.960-0ubuntu1 ocl-icd-libopencl1 libltdl-dev hwloc
17+
- ./scripts/install_pocl.sh
18+
# - sudo apt-get install -qq opencl-headers fglrx=2:8.960-0ubuntu1 beignet beignet-opencl-icd
19+
# - export DISPLAY=:99.0
20+
# - sh -e /etc/init.d/xvfb start

0 commit comments

Comments
 (0)