Skip to content
This repository was archived by the owner on Jul 22, 2026. It is now read-only.

Commit 4dc2b1b

Browse files
committed
Fail fast on SYCL example build
1 parent fca6f3b commit 4dc2b1b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/sycl-ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
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

0 commit comments

Comments
 (0)