projects
/
platform
/
upstream
/
OpenCL-ICD-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ca2496
)
basic appveyor enabling
author
bashbaug
<ben.ashbaugh@intel.com>
Tue, 7 May 2019 21:10:10 +0000
(14:10 -0700)
committer
Alastair Murray
<alastairmurray42@gmail.com>
Tue, 21 May 2019 22:03:43 +0000
(23:03 +0100)
.appveyor.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.appveyor.yml
b/.appveyor.yml
new file mode 100644
(file)
index 0000000..
6b4f86a
--- /dev/null
+++ b/
.appveyor.yml
@@ -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