mirror of
https://github.com/boostorg/cmake.git
synced 2026-01-19 04:02:15 +00:00
Set CMAKE_PREFIX_PATH on Appveyor
This commit is contained in:
@@ -68,7 +68,7 @@ test_script:
|
||||
- if NOT "%TEST_BOOST_INSTALL%" == "" cmake --build . --target install --config Release
|
||||
- if NOT "%TEST_BOOST_INSTALL%" == "" cd ../tools/cmake/test/%LIB%
|
||||
- if NOT "%TEST_BOOST_INSTALL%" == "" mkdir __build__ && cd __build__
|
||||
- if NOT "%TEST_BOOST_INSTALL%" == "" cmake ..
|
||||
- if NOT "%TEST_BOOST_INSTALL%" == "" cmake -DCMAKE_PREFIX_PATH=C:/Boost ..
|
||||
- if NOT "%TEST_BOOST_INSTALL%" == "" cmake --build . --target check --config Debug
|
||||
- if NOT "%TEST_BOOST_INSTALL%" == "" cmake --build . --target check --config Release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user