From 7827cfbe4a2055cc417da1b47e7dac420d8b0cd5 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sat, 27 May 2017 17:33:47 +0200 Subject: Update to AppVeyor because of changed Khronos repository (8) --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 736ec287..a3039319 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -21,7 +21,9 @@ 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 + - ps: pushd OpenCL-ICD-Loader - git checkout cb4acb99df3441e147bd859c20d9c3533ec95ce8 + - ps: popd - ps: mv ./OpenCL-ICD-Loader/* . # This downloads all the opencl header files # The cmake build files expect a directory called inc -- cgit v1.2.3