mirror of
https://github.com/boostorg/boost_install.git
synced 2026-01-19 04:02:13 +00:00
Add .dll directories to PATH
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -528,6 +528,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
|
||||
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