Add --debug-configuration to b2 headers

This commit is contained in:
Peter Dimov
2024-06-08 19:49:03 +03:00
parent 425b5ba31b
commit cd61d5ae45

View File

@@ -269,7 +269,7 @@ jobs:
git submodule update --init tools/boostdep git submodule update --init tools/boostdep
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" %LIBRARY% python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" %LIBRARY%
cmd /c bootstrap cmd /c bootstrap
b2 -d0 headers b2 --debug-configuration headers
- name: Run tests - name: Run tests
shell: cmd shell: cmd