mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Use depinst.py to install dependencies in AppVeyor CI.
This commit is contained in:
parent
46a785e32d
commit
3aa25c9dd7
21
appveyor.yml
21
appveyor.yml
@ -75,24 +75,11 @@ install:
|
|||||||
- cd ..
|
- cd ..
|
||||||
- git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
|
- git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
|
||||||
- cd boost-root
|
- cd boost-root
|
||||||
- git submodule init tools/build
|
- git submodule update --init tools/boostdep
|
||||||
- git submodule init tools/boost_install
|
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\utility
|
||||||
- git submodule init libs/headers
|
- python tools/boostdep/depinst/depinst.py %DEPINST_ARG_INCLUDE_EXAMPLES% --git_args "--jobs %GIT_FETCH_JOBS%" utility
|
||||||
- git submodule init libs/assert
|
|
||||||
- git submodule init libs/config
|
|
||||||
- git submodule init libs/core
|
|
||||||
- git submodule init libs/io
|
|
||||||
- git submodule init libs/preprocessor
|
|
||||||
- git submodule init libs/static_assert
|
|
||||||
- git submodule init libs/throw_exception
|
|
||||||
- git submodule init libs/type_traits
|
|
||||||
- git submodule init libs/container_hash
|
|
||||||
- git submodule init libs/integer
|
|
||||||
- git submodule init libs/detail
|
|
||||||
- git submodule update --jobs %GIT_FETCH_JOBS%
|
|
||||||
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\utility\
|
|
||||||
- cmd /c bootstrap
|
- cmd /c bootstrap
|
||||||
- b2 -d0 headers
|
- b2 headers
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user