Skip to content

Commit

Permalink
linux target add pocl
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jul 25, 2020
1 parent 531e11f commit 23dc45a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ matrix:
- MAKE=make

before_install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install ocl-icd-libopencl1 opencl-headers ocl-icd-opencl-dev liboctave-dev; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install ocl-icd-libopencl1 opencl-headers ocl-icd-opencl-dev liboctave-dev pocl; fi
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install opencl-intel-cpu-runtime; fi

addons:
Expand All @@ -41,6 +41,7 @@ addons:
- opencl-headers
- ocl-icd-opencl-dev
- liboctave-dev
- pocl
update: true

script:
Expand Down

0 comments on commit 23dc45a

Please sign in to comment.