Skip to content

Commit 49e4a12

Browse files
build-quick.yml: add install check
1 parent 9cf1a74 commit 49e4a12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-quick.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
ZEL_LIBRARY_PATH: '${{ github.workspace }}/build/lib'
3131
working-directory: build
3232
run: ctest -V
33+
- working-directory: build
34+
run: sudo make install
3335

3436
build-windows:
3537
if: github.repository_owner == 'oneapi-src'
@@ -47,3 +49,5 @@ jobs:
4749
ZEL_LIBRARY_PATH: '${{ github.workspace }}/build/bin/Release'
4850
working-directory: build
4951
run: ctest -C Release -V
52+
- working-directory: build
53+
run: cmake --build . --config Release --target install

0 commit comments

Comments
 (0)