Update to AppVeyor because of changed Khronos repository (2)

This commit is contained in:
Cedric Nugteren 2017-05-26 22:20:04 +02:00
parent e8b6f01e04
commit 01de4b5413

View file

@ -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