mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Added tools/boost_install and libs/headers manual checkout to CI jobs.
This commit is contained in:
parent
32c50e0814
commit
ce64b13846
25
.travis.yml
25
.travis.yml
@ -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
|
||||||
|
25
appveyor.yml
25
appveyor.yml
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user