Add --debug-configuration to appveyor.yml

This commit is contained in:
Peter Dimov
2017-06-22 16:21:08 +03:00
parent 23e7c5d133
commit 483f3769e6

View File

@ -66,4 +66,6 @@ build: off
test_script:
- PATH=%ADDPATH%%PATH%
- b2 libs/system/test toolset=%TOOLSET% %CXXFLAGS%
- PATH
- ECHO b2 libs/system/test toolset=%TOOLSET% %CXXFLAGS%
- b2 --debug-configuration libs/system/test toolset=%TOOLSET% %CXXFLAGS%