We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf1a74 commit 49e4a12Copy full SHA for 49e4a12
1 file changed
.github/workflows/build-quick.yml
@@ -30,6 +30,8 @@ jobs:
30
ZEL_LIBRARY_PATH: '${{ github.workspace }}/build/lib'
31
working-directory: build
32
run: ctest -V
33
+ - working-directory: build
34
+ run: sudo make install
35
36
build-windows:
37
if: github.repository_owner == 'oneapi-src'
@@ -47,3 +49,5 @@ jobs:
47
49
ZEL_LIBRARY_PATH: '${{ github.workspace }}/build/bin/Release'
48
50
51
run: ctest -C Release -V
52
53
+ run: cmake --build . --config Release --target install
0 commit comments