This repository was archived by the owner on Jul 22, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8686 - name : Configure
8787 run : python3 ./scripts/ci/sycl_configure.py "${{ matrix.build_type }}" "${ITLABAI_ENABLE_OPENCV_APPS}"
8888
89+ - name : Build SYCL example
90+ run : cmake --build build --target SYCL_Example --parallel
91+
8992 - name : Build
9093 run : cmake --build build --parallel
9194
@@ -135,6 +138,9 @@ jobs:
135138 - name : Configure
136139 run : python3 ./scripts/ci/sycl_configure.py "${{ matrix.build_type }}" "${ITLABAI_ENABLE_OPENCV_APPS}"
137140
141+ - name : Build SYCL example
142+ run : cmake --build build --target SYCL_Example --parallel
143+
138144 - name : Build
139145 run : cmake --build build --parallel
140146
@@ -184,6 +190,9 @@ jobs:
184190 - name : Configure
185191 run : python3 ./scripts/ci/sycl_configure.py "${{ matrix.build_type }}" "${ITLABAI_ENABLE_OPENCV_APPS}"
186192
193+ - name : Build SYCL example
194+ run : cmake --build build --target SYCL_Example --parallel
195+
187196 - name : Build
188197 run : cmake --build build --parallel
189198
You can’t perform that action at this time.
0 commit comments