Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BAndiT1983 committed Jul 22, 2018
1 parent 2f41400 commit 9d9ccc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ addons:
- cmake

before_script:
- cat /proc/cpuinfo
- wget https://raw.githubusercontent.com/KhronosGroup/SyclParallelSTL/master/.travis/install_intel_opencl.sh
- chmod +x ./install_intel_opencl.sh
- sudo ./install_intel_opencl.sh
#- cat /proc/cpuinfo
#- wget https://raw.githubusercontent.com/KhronosGroup/SyclParallelSTL/master/.travis/install_intel_opencl.sh
#- chmod +x ./install_intel_opencl.sh
#- sudo ./install_intel_opencl.sh
- sudo add-apt-repository --yes ppa:beineri/opt-qt-5.10.1-trusty
- sudo apt-get update -qq
- sudo apt-get install qt510base qt510declarative clinfo ocl-icd-libopencl1 opencl-headers
Expand Down

0 comments on commit 9d9ccc6

Please sign in to comment.