File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,14 +69,14 @@ jobs:
6969 - name : Build
7070 run : cmake --build --preset ${{ matrix.config.preset }}-release
7171
72+ - name : Checking that HDRView runs
73+ run : |
74+ "${{github.workspace}}/build/${{ matrix.config.preset }}/${{env.BUILD_TYPE}}/HDRView.app/Contents/MacOS/HDRView" --help
75+
7276 - name : Package with CPack
7377 working-directory : ${{github.workspace}}/build/${{ matrix.config.preset }}
7478 run : cpack -C ${{env.BUILD_TYPE}} -G DragNDrop
7579
76- - name : Checking that HDRView runs
77- run : |
78- "${{github.workspace}}/build/${{ matrix.config.preset }}/install/HDRView ${VERSION_NO_V}.app/Contents/MacOS/HDRView" --help
79-
8080 - name : Archive build artifacts
8181 uses : actions/upload-artifact@v4
8282 with :
You can’t perform that action at this time.
0 commit comments