This commit is contained in:
Peter Dimov
2020-01-01 04:52:39 +02:00
parent 62ad2e0551
commit ec1f08ca58

View File

@@ -98,7 +98,7 @@ test_script:
- if "%UBP%" == "" SET UBP=0
- if "%STAGE%" == "" SET CMAKE_INSTALL=-DCMAKE_INSTALL_PREFIX=C:\projects\.local
- if NOT "%STAGE%" == "" SET CMAKE_INSTALL=-DUSE_STAGED_BOOST=1
- if NOT "%GENERATOR%" == "" SET GENERATOR=-G "%GENERATOR"
- if NOT "%GENERATOR%" == "" SET GENERATOR=-G "%GENERATOR%"
- cmake %GENERATOR% -DUSE_BOOST_PACKAGE=%UBP% -DBoost_VERBOSE=ON %CMAKE_INSTALL% ..
- PATH %PATH%;C:\projects\.local\lib
- cmake --build . --config Debug && cmake --build . --config Debug --target check