Skip to content

Commit

Permalink
build-quick.yml: add install check
Browse files Browse the repository at this point in the history
  • Loading branch information
lisanna-dettwyler committed Aug 29, 2024
1 parent 9cf1a74 commit 542c56e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-quick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
ZEL_LIBRARY_PATH: '${{ github.workspace }}/build/lib'
working-directory: build
run: ctest -V
- run: sudo make install

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

0 comments on commit 542c56e

Please sign in to comment.