summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-05-27 17:30:30 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-05-27 17:30:30 +0200
commit9ae6f174d9f2c03eb52933bcdd2b3b5f17f61c00 (patch)
tree46d02346f8bc8317fe78e91836cad603b58a56ba
parentbb37bd08140fc78674f257b9140cd8dcfe6f0d22 (diff)
Update to AppVeyor because of changed Khronos repository (7)
-rw-r--r--.appveyor.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 490a0f9d..736ec287 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -21,6 +21,7 @@ install:
- ps: $opencl_registry = $env:OPENCL_REGISTRY
# This downloads the source to the Khronos ICD library
- git clone --depth 1 https://github.com/KhronosGroup/OpenCL-ICD-Loader.git
+ - git checkout cb4acb99df3441e147bd859c20d9c3533ec95ce8
- ps: mv ./OpenCL-ICD-Loader/* .
# This downloads all the opencl header files
# The cmake build files expect a directory called inc
@@ -29,8 +30,8 @@ install:
- ps: wget $opencl_registry/api/2.1/cl.hpp -OutFile inc/CL/cl.hpp
# Switch to OpenCL 1.2 headers
- ps: pushd inc/CL
- - git fetch origin opencl12:opencl12
- - git checkout opencl12
+ - git fetch origin opencl21:opencl21
+ - git checkout opencl21
- ps: popd
# - ps: dir; if( $lastexitcode -eq 0 ){ dir include/CL } else { Write-Output boom }
# Create the static import lib in a directory called lib, so findopencl() will find it