Install dependencies manually in appveyor.yml

This commit is contained in:
Peter Dimov
2018-10-05 05:31:29 +03:00
parent 937bceec12
commit 5e231daf41
+4 -1
View File
@@ -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 ..