File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ test_script:
173173 - if NOT "%CMAKE_BUILD_TYPE%" == "" SET CMAKE_BUILD_TYPE=-DCMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE%
174174 - PATH %PATH:C:\Program Files\Git\usr\bin;=%
175175 - cmake %GENERATOR% %GENERATOR_TOOLSET% -DUSE_BOOST_PACKAGE=%UBP% -DBoost_VERBOSE=ON %USE_PYTHON_VERSION% %USE_STATIC_LIBS% %BUILD_SHARED_LIBS% %CMAKE_CXX_COMPILER% %CMAKE_BUILD_TYPE% %CMAKE_INSTALL% ..
176- - PATH %PATH%;C:\projects\.local\lib ;C:\projects\boost-root\stage\lib
176+ - PATH %PATH%;C:\projects\.local\bin ;C:\projects\boost-root\stage\lib
177177 - if NOT "%CMAKE_BUILD_TYPE%" == "" cmake --build . && cmake --build . --target check
178178 - if "%CMAKE_BUILD_TYPE%" == "" cmake --build . --config Debug && cmake --build . --config Debug --target check
179179 - if "%CMAKE_BUILD_TYPE%" == "" cmake --build . --config Release && cmake --build . --config Release --target check
You can’t perform that action at this time.
0 commit comments