summaryrefslogtreecommitdiff
path: root/.appveyor.yml
blob: 39121a20c9f9e71c91f39919312e82692b2f63c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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