We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca2496 commit 25e7faaCopy full SHA for 25e7faa
1 file changed
.appveyor.yml
@@ -0,0 +1,20 @@
1
+os:
2
+ - Visual Studio 2017
3
+ #- Visual Studio 2015
4
+
5
+platform:
6
+ - Win32
7
+ - x64
8
9
+configuration:
10
+ - Debug
11
+ - Release
12
13
+before_build:
14
+ - git clone --depth=1 https://github.com/KhronosGroup/OpenCL-Headers inc/OpenCL-Headers
15
+ - cmake -DOPENCL_ICD_LOADER_HEADERS_DIR=inc/OpenCL-Headers -H. -Bbuild -A%PLATFORM%
16
17
+build:
18
+ project: build\OPENCL_ICD_LOADER.sln
19
+ parallel: true
20
+ verbosity: normal
0 commit comments