Older NVIDIA drivers don't support CL_DEVICE_PCI_DOMAIN_ID_NV
[clinfo] / .appveyor.yml
1 version: 2.2.18.03.22-{build}
2
3 image: Visual Studio 2015
4
5 shallow_clone: true
6
7 platform:
8  - x86
9  - x64
10
11 init:
12 - cmd: C:\"Program Files (x86)"\"Microsoft Visual Studio 12.0"\VC\vcvarsall.bat %PLATFORM%
13
14 install:
15 - cmd: fetch-opencl-dev-win.cmd %PLATFORM%
16
17 build_script:
18 - cmd: make.cmd
19
20 test_script:
21 - cmd: clinfo
22
23 artifacts:
24 - path: clinfo.exe