Skip to content

Commit

Permalink
Now output vpckg logs
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Duffey <[email protected]>
  • Loading branch information
JDuffeyBQ committed Nov 21, 2024
1 parent 66f7542 commit 14126b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,14 @@ jobs:
run: |
pip install sphinx myst-parser sphinx-markdown-tables sphinx_rtd_theme numpy
- name: Configure
id: configure
run: |
cmake --preset ci-windows-${{matrix.toolset}} ${{github.workspace}} -T ${{matrix.toolset}}
- name: Report vcpkg errors
if: ${{ failure() && steps.configure.conclusion == 'failure' }}
run: |
cmake -E cat C:/vcpkg/buildtrees/itk/install-x64-windows-${{matrix.toolset}}-dbg-out.log
cmake -E cat C:/vcpkg/buildtrees/itk/install-x64-windows-${{matrix.toolset}}-dbg-err.log
- name: Build
run: |
cmake --build --preset ci-windows-${{matrix.toolset}}
Expand Down

0 comments on commit 14126b2

Please sign in to comment.