From 53d739129eeb954997eb901dfa1756a04f131a8d Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sat, 27 May 2017 17:11:22 +0200 Subject: [PATCH] Update to AppVeyor because of changed Khronos repository (5) --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index cbb87acc..ccf95778 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -31,7 +31,9 @@ install: - ps: mkdir CL - ps: pushd CL - ps: mv ../inc/CL/opencl11/CL/* . + - ps: ls - ps: popd + - ps: ls # - 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