mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-24 15:59:03 +00:00
Fix Issue 264 - travis builds configuration fixed because of changes in icd loader project (#266)
This commit is contained in:
committed by
Kévin Petit
parent
509172b780
commit
343d29a199
@@ -14,7 +14,7 @@ script:
|
|||||||
- cd ${TOP}/OpenCL-ICD-Loader
|
- cd ${TOP}/OpenCL-ICD-Loader
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake -DOPENCL_INCLUDE_DIRS=${TOP}/OpenCL-Headers/ ..
|
- cmake -DOPENCL_ICD_LOADER_HEADERS_DIR=${TOP}/OpenCL-Headers/ ..
|
||||||
- make
|
- make
|
||||||
- cd ${TOP}
|
- cd ${TOP}
|
||||||
- git clone https://github.com/KhronosGroup/libclcxx.git
|
- git clone https://github.com/KhronosGroup/libclcxx.git
|
||||||
@@ -22,7 +22,7 @@ script:
|
|||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake -DCL_INCLUDE_DIR=${TOP}/OpenCL-Headers
|
- cmake -DCL_INCLUDE_DIR=${TOP}/OpenCL-Headers
|
||||||
-DCL_LIB_DIR=${TOP}/OpenCL-ICD-Loader/build/lib
|
-DCL_LIB_DIR=${TOP}/OpenCL-ICD-Loader/build
|
||||||
-DCL_LIBCLCXX_DIR=${TOP}/libclcxx
|
-DCL_LIBCLCXX_DIR=${TOP}/libclcxx
|
||||||
-DCL_OFFLINE_COMPILER=/dummy/path/to/compiler
|
-DCL_OFFLINE_COMPILER=/dummy/path/to/compiler
|
||||||
-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=./bin
|
-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=./bin
|
||||||
|
|||||||
Reference in New Issue
Block a user