mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-28 01:31:13 +00:00
build an OpenCL 3.0 ICD loader for CI builds (#860)
This commit is contained in:
@@ -34,7 +34,7 @@ before_build:
|
||||
- ps: cd OpenCL-ICD-Loader
|
||||
- ps: mkdir build
|
||||
- ps: cd build
|
||||
- cmake -A%PLATFORM% -DOPENCL_ICD_LOADER_HEADERS_DIR=%TOP%/OpenCL-Headers/ ..
|
||||
- cmake -A%PLATFORM% -DENABLE_OPENCL30_PROVISIONAL=1 -DOPENCL_ICD_LOADER_HEADERS_DIR=%TOP%/OpenCL-Headers/ ..
|
||||
- cmake --build . --config %CONFIGURATION%
|
||||
- ps: cd $env:TOP
|
||||
# Get the libclcxx standard library:
|
||||
|
||||
Reference in New Issue
Block a user