We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9458c42 commit 028865fCopy full SHA for 028865f
.github/workflows/ci.yml
@@ -478,8 +478,12 @@ jobs:
478
- name: Show config before collecting coverage
479
if: matrix.coverage
480
run: |
481
+ type %BOOST_ROOT%/project-config.jam
482
set B2_TARGETS=libs/%SELF%/test//show_config --verbose-test
- 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
487
env:
488
B2_TOOLSET: ${{matrix.toolset}}
489
B2_CXXSTD: ${{matrix.cxxstd}}
0 commit comments