mirror of
https://github.com/boostorg/boost_install.git
synced 2026-07-21 13:13:30 +00:00
Update PATH in ci.yml to reflect the (bindir) change
This commit is contained in:
@@ -606,7 +606,7 @@ jobs:
|
||||
cd tools\boost_install\test\${{matrix.lib}}
|
||||
mkdir __build__ && cd __build__
|
||||
cmake -DCMAKE_INSTALL_PREFIX=%GITHUB_WORKSPACE%\..\.local -DUSE_BOOST_PACKAGE=1 -DBoost_VERBOSE=ON ${{matrix.copts}} ..
|
||||
PATH %PATH%;%GITHUB_WORKSPACE%\..\.local\lib;%GITHUB_WORKSPACE%\..\boost-root\stage\lib
|
||||
PATH %PATH%;%GITHUB_WORKSPACE%\..\.local\bin;%GITHUB_WORKSPACE%\..\boost-root\stage\lib
|
||||
cmake --build . --config Debug && cmake --build . --config Debug --target check
|
||||
cmake --build . --config Release && cmake --build . --config Release --target check
|
||||
cmake --build . --config MinSizeRel && cmake --build . --config MinSizeRel --target check
|
||||
@@ -684,7 +684,7 @@ jobs:
|
||||
cd tools\boost_install\test\${{matrix.lib}}
|
||||
mkdir __build__ && cd __build__
|
||||
cmake -DCMAKE_INSTALL_PREFIX=C:\Boost -DUSE_BOOST_PACKAGE=1 -DBoost_VERBOSE=ON ..
|
||||
PATH %PATH%;C:\Boost\lib
|
||||
PATH %PATH%;C:\Boost\bin
|
||||
cmake --build . --config Debug && cmake --build . --config Debug --target check
|
||||
cmake --build . --config Release && cmake --build . --config Release --target check
|
||||
cmake --build . --config MinSizeRel && cmake --build . --config MinSizeRel --target check
|
||||
|
||||
Reference in New Issue
Block a user