blob: 39121a20c9f9e71c91f39919312e82692b2f63c0 [file] [log] [blame]
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