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-
9289 - name : Build
9390 run : cmake --build build --parallel
9491
@@ -138,9 +135,6 @@ jobs:
138135 - name : Configure
139136 run : python3 ./scripts/ci/sycl_configure.py "${{ matrix.build_type }}" "${ITLABAI_ENABLE_OPENCV_APPS}"
140137
141- - name : Build SYCL example
142- run : cmake --build build --target SYCL_Example --parallel
143-
144138 - name : Build
145139 run : cmake --build build --parallel
146140
@@ -190,9 +184,6 @@ jobs:
190184 - name : Configure
191185 run : python3 ./scripts/ci/sycl_configure.py "${{ matrix.build_type }}" "${ITLABAI_ENABLE_OPENCV_APPS}"
192186
193- - name : Build SYCL example
194- run : cmake --build build --target SYCL_Example --parallel
195-
196187 - name : Build
197188 run : cmake --build build --parallel
198189
You can’t perform that action at this time.
0 commit comments