Update to AppVeyor because of changed Khronos repository (5)

This commit is contained in:
Cedric Nugteren 2017-05-27 17:11:22 +02:00
parent f7a822110c
commit 53d739129e

View file

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