From: bashbaug Date: Tue, 7 May 2019 21:10:10 +0000 (-0700) Subject: basic appveyor enabling X-Git-Tag: upstream/v2022.01.04~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25e7faa6de5da4edeed48e4d8763730f29fdd3ef;p=platform%2Fupstream%2FOpenCL-ICD-Loader.git basic appveyor enabling --- diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 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