summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-05-26 22:20:04 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-05-26 22:20:04 +0200
commit01de4b54137704701241da98b9bfe12cf8a273ca (patch)
treec0c8f5f6cc404130b73885dc2b4b0c81af386ef5
parente8b6f01e044d02b88ccec231405a72991746ad0f (diff)
Update to AppVeyor because of changed Khronos repository (2)
-rw-r--r--.appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 49c14d30..cb7dab46 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -26,7 +26,8 @@ install:
# The cmake build files expect a directory called inc
- ps: mkdir inc/CL
- git clone --depth 1 https://github.com/KhronosGroup/OpenCL-Headers.git inc/CL
- - ps: wget $opencl_registry/api/2.1/cl.hpp -OutFile inc/CL/cl.hpp
+ - ps: wget $opencl_registry/api/2.1/cl.hpp -OutFile inc/CL/cl.hpp # TODO: Remove?
+ - ps: mkdir CL
- ps: wget $opencl_registry/api/2.1/cl.hpp -OutFile CL/cl.hpp
# - 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