mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 16:29:03 +00:00
Turn on d3d binaries - Windows (#744)
* Turn on d3d binaries * Add -DARCH variable * Set ARCH base on platform
This commit is contained in:
committed by
GitHub
parent
efc9f38fdf
commit
64170ebb06
@@ -10,6 +10,18 @@ platform:
|
|||||||
configuration:
|
configuration:
|
||||||
- Release
|
- Release
|
||||||
|
|
||||||
|
environment:
|
||||||
|
matrix:
|
||||||
|
- SETARCH: i686
|
||||||
|
- SETARCH: x86_64
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
exclude:
|
||||||
|
- platform: Win32
|
||||||
|
SETARCH: x86_64
|
||||||
|
- platform: x64
|
||||||
|
SETARCH: i686
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
# Setup environment:
|
# Setup environment:
|
||||||
- ps: $env:TOP = $env:APPVEYOR_BUILD_FOLDER
|
- ps: $env:TOP = $env:APPVEYOR_BUILD_FOLDER
|
||||||
@@ -34,6 +46,7 @@ before_build:
|
|||||||
-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=./bin
|
-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=./bin
|
||||||
-DOPENCL_LIBRARIES="OpenCL"
|
-DOPENCL_LIBRARIES="OpenCL"
|
||||||
-H. -Bbuild_win -A%PLATFORM%
|
-H. -Bbuild_win -A%PLATFORM%
|
||||||
|
-DD3D10_IS_SUPPORTED=ON -DD3D11_IS_SUPPORTED=ON -DARCH=%SETARCH%
|
||||||
|
|
||||||
build:
|
build:
|
||||||
project: build_win\CLConform.sln
|
project: build_win\CLConform.sln
|
||||||
|
|||||||
Reference in New Issue
Block a user