Skip to content

Commit 028865f

Browse files
committed
Show more information for Windows coverage run on GHA
1 parent 9458c42 commit 028865f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,12 @@ jobs:
478478
- name: Show config before collecting coverage
479479
if: matrix.coverage
480480
run: |
481+
type %BOOST_ROOT%/project-config.jam
481482
set B2_TARGETS=libs/%SELF%/test//show_config --verbose-test
482-
ci\build.bat
483+
set B2_FLAGS=--debug-configuration
484+
ci\build.bat || exit /b 1
485+
echo Config log:
486+
type %BOOST_ROOT%/bin.v2/config.log
483487
env:
484488
B2_TOOLSET: ${{matrix.toolset}}
485489
B2_CXXSTD: ${{matrix.cxxstd}}

0 commit comments

Comments
 (0)