mirror of
https://github.com/boostorg/boost_install.git
synced 2026-07-21 13:13:30 +00:00
Install dependencies manually in appveyor.yml
This commit is contained in:
+4
-1
@@ -16,6 +16,7 @@ environment:
|
||||
matrix:
|
||||
- LIB: system
|
||||
- LIB: filesystem
|
||||
DEPS: system
|
||||
|
||||
install:
|
||||
- set BOOST_BRANCH=feature/cmake-config
|
||||
@@ -33,8 +34,10 @@ install:
|
||||
build: off
|
||||
|
||||
test_script:
|
||||
- b2 --prefix=C:\projects\.local tools/cmake_config/build//install
|
||||
- b2 --prefix=C:\projects\.local -d0 tools/cmake_config/build//install
|
||||
- b2 -d0 headers
|
||||
- b2 --prefix=C:\projects\.local libs/%LIB%/build//install link=static,shared
|
||||
- if NOT "%DEPS%" == "" for %%x in (%DEPS%) do b2 --prefix=C:\projects\.local libs/%%x/build//install link=static,shared
|
||||
- cd tools\cmake_config\test\%LIB%
|
||||
- mkdir __build__ && cd __build__
|
||||
- cmake -DCMAKE_INSTALL_PREFIX=C:\projects\.local ..
|
||||
|
||||
Reference in New Issue
Block a user