basic appveyor enabling
authorbashbaug <ben.ashbaugh@intel.com>
Tue, 7 May 2019 21:10:10 +0000 (14:10 -0700)
committerAlastair Murray <alastairmurray42@gmail.com>
Tue, 21 May 2019 22:03:43 +0000 (23:03 +0100)
.appveyor.yml [new file with mode: 0644]

diff --git a/.appveyor.yml b/.appveyor.yml
new file mode 100644 (file)
index 0000000..6b4f86a
--- /dev/null
@@ -0,0 +1,20 @@
+os:
+  - Visual Studio 2017
+  #- Visual Studio 2015
+
+platform:
+  - Win32
+  - x64
+
+configuration:
+  - Debug
+  - Release
+
+before_build:
+  - git clone --depth=1 https://github.com/KhronosGroup/OpenCL-Headers inc/OpenCL-Headers
+  - cmake -DOPENCL_ICD_LOADER_HEADERS_DIR=inc/OpenCL-Headers -H. -Bbuild -A%PLATFORM%
+
+build:
+  project: build\OPENCL_ICD_LOADER.sln
+  parallel: true
+  verbosity: normal