From e8b6f01e044d02b88ccec231405a72991746ad0f Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Fri, 26 May 2017 22:12:02 +0200 Subject: [PATCH] Update to AppVeyor because of changed Khronos repository --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index bc8dca87..49c14d30 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -27,6 +27,7 @@ install: - 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 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 - ps: mkdir lib