Skip to content

Commit 542c56e

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-quick.yml

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

3435
build-windows:
3536
if: github.repository_owner == 'oneapi-src'
@@ -47,3 +48,4 @@ jobs:
4748
ZEL_LIBRARY_PATH: '${{ github.workspace }}/build/bin/Release'
4849
working-directory: build
4950
run: ctest -C Release -V
51+
- run: cmake --build . --config Release --target install

0 commit comments

Comments
 (0)