Skip to content

Commit

Permalink
Use depinst.py to install dependencies in AppVeyor CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastique committed Nov 17, 2022
1 parent 46a785e commit 3aa25c9
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,24 +75,11 @@ install:
- cd ..
- git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
- cd boost-root
- git submodule init tools/build
- git submodule init tools/boost_install
- git submodule init libs/headers
- 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\
- git submodule update --init tools/boostdep
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\utility
- python tools/boostdep/depinst/depinst.py %DEPINST_ARG_INCLUDE_EXAMPLES% --git_args "--jobs %GIT_FETCH_JOBS%" utility
- cmd /c bootstrap
- b2 -d0 headers
- b2 headers

build: off

Expand Down

0 comments on commit 3aa25c9

Please sign in to comment.