Added tools/boost_install and libs/headers manual checkout to CI jobs.

This commit is contained in:
Andrey Semashev 2018-12-18 22:14:06 +03:00
parent 32c50e0814
commit ce64b13846
2 changed files with 28 additions and 22 deletions

View File

@ -219,17 +219,20 @@ 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 update --init tools/build - git submodule init tools/build
- git submodule update --init libs/assert - git submodule init tools/boost_install
- git submodule update --init libs/config - git submodule init libs/headers
- git submodule update --init libs/core - git submodule init libs/assert
- git submodule update --init libs/preprocessor - git submodule init libs/config
- git submodule update --init libs/static_assert - git submodule init libs/core
- git submodule update --init libs/throw_exception - git submodule init libs/preprocessor
- git submodule update --init libs/type_traits - git submodule init libs/static_assert
- git submodule update --init libs/container_hash - git submodule init libs/throw_exception
- git submodule update --init libs/integer - git submodule init libs/type_traits
- git submodule update --init libs/detail - git submodule init libs/container_hash
- git submodule init libs/integer
- git submodule init libs/detail
- git submodule update --jobs 4
- cp -r $TRAVIS_BUILD_DIR/* libs/utility - cp -r $TRAVIS_BUILD_DIR/* libs/utility
- ./bootstrap.sh - ./bootstrap.sh
- ./b2 headers - ./b2 headers

View File

@ -28,17 +28,20 @@ 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 update --init tools/build - git submodule init tools/build
- git submodule update --init libs/assert - git submodule init tools/boost_install
- git submodule update --init libs/config - git submodule init libs/headers
- git submodule update --init libs/core - git submodule init libs/assert
- git submodule update --init libs/preprocessor - git submodule init libs/config
- git submodule update --init libs/static_assert - git submodule init libs/core
- git submodule update --init libs/throw_exception - git submodule init libs/preprocessor
- git submodule update --init libs/type_traits - git submodule init libs/static_assert
- git submodule update --init libs/container_hash - git submodule init libs/throw_exception
- git submodule update --init libs/integer - git submodule init libs/type_traits
- git submodule update --init libs/detail - git submodule init libs/container_hash
- git submodule init libs/integer
- git submodule init libs/detail
- git submodule update --jobs 4
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\utility - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\utility
- cmd /c bootstrap - cmd /c bootstrap
- b2 -d0 headers - b2 -d0 headers