Skip to content

Commit 25e7faa

Browse files
bashbaugalycm
authored andcommitted
basic appveyor enabling
1 parent 5ca2496 commit 25e7faa

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.appveyor.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)