summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-12-21 20:38:25 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-12-21 20:38:25 +0100
commit2b007450b99fbbc198f0688c9f75ae5e09ffe4fa (patch)
tree555f81003357f0f9d12906f7ea0b7c19804f40af /.appveyor.yml
parentd182d69e5adef85c8e61926fe25dbecad050b3a5 (diff)
Fixed AppVeyor issue
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 8a289645..f58601b8 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -28,7 +28,7 @@ install:
# This downloads all the opencl header files
# 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
+ - git clone https://github.com/KhronosGroup/OpenCL-Headers.git inc/CL
- ps: wget $opencl_registry/api/2.1/cl.hpp -OutFile inc/CL/cl.hpp
# Switch to OpenCL 2.1 headers
- ps: pushd inc/CL