Add spec file for Tizen (#1)
[platform/upstream/OpenCL-ICD-Loader.git] / .appveyor.yml
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