File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,16 +49,16 @@ jobs:
4949 run : >
5050 cmake --build ${{ steps.strings.outputs.build-output-dir }} --target install --config ${{ matrix.build_type }}
5151 - name : Test
52+ working-directory : ${{ steps.strings.outputs.build-output-dir }}
5253 run : |
53- ctest -C ${{ matrix.build_type }}
54+ ctest -C ${{ matrix.build_type }} --test-dir ${{ steps.strings.outputs.build-output-dir }} --output-on-failure
5455 env :
5556 CTEST_OUTPUT_ON_FAILURE : 1
5657 VIRTUAL_ENV : VM
5758 - name : Inspector
58- run : ${{ github.workspace }}/install/lccinspector.exe
59- - name : On Failure print logs
60- if : ${{ failure() }}
6159 run : |
62- type $env:temp/open-license.log
60+ dir ${{ github.workspace }}\install
61+ dir ${{ github.workspace }}\install
62+ ${{ github.workspace }}\install\lccinspector.exe
6363
6464
Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ build/*
2929! build /.gitkeep
3030/CMakeSettings.json
3131out
32-
32+ / install
3333/scripts /boost.exe
You can’t perform that action at this time.
0 commit comments