Add variant=debug,release to appveyor.yml

This commit is contained in:
Peter Dimov
2018-01-22 02:21:53 +02:00
parent 653f132147
commit 6e87e44858

View File

@ -70,4 +70,4 @@ build: off
test_script:
- PATH=%ADDPATH%%PATH%
- if not "%CXXSTD%" == "" set CXXSTD=cxxstd=%CXXSTD%
- b2 -j3 libs/system/test toolset=%TOOLSET% %CXXSTD%
- b2 -j3 libs/system/test toolset=%TOOLSET% variant=debug,release %CXXSTD%