mirror of
https://github.com/boostorg/integer.git
synced 2025-07-31 21:24:27 +02:00
Use a separate submodule update step with parallel checkouts to speedup CI job startup.
This commit is contained in:
@@ -206,10 +206,11 @@ install:
|
|||||||
- cd ..
|
- cd ..
|
||||||
- git clone -b $TRAVIS_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root
|
- git clone -b $TRAVIS_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root
|
||||||
- cd boost-root
|
- cd boost-root
|
||||||
- git submodule update --init tools/boostdep
|
- git submodule init tools/boostdep
|
||||||
- git submodule update --init tools/build
|
- git submodule init tools/build
|
||||||
- git submodule update --init tools/boost_install
|
- git submodule init tools/boost_install
|
||||||
- git submodule update --init libs/headers
|
- git submodule init libs/headers
|
||||||
|
- git submodule update --jobs 4
|
||||||
- cp -r $TRAVIS_BUILD_DIR/* libs/integer
|
- cp -r $TRAVIS_BUILD_DIR/* libs/integer
|
||||||
- python tools/boostdep/depinst/depinst.py integer
|
- python tools/boostdep/depinst/depinst.py integer
|
||||||
- ./bootstrap.sh
|
- ./bootstrap.sh
|
||||||
|
@@ -44,10 +44,11 @@ install:
|
|||||||
- cd ..
|
- cd ..
|
||||||
- git clone -b %APPVEYOR_REPO_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
|
- git clone -b %APPVEYOR_REPO_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
|
||||||
- cd boost-root
|
- cd boost-root
|
||||||
- git submodule update --init tools/boostdep
|
- git submodule init tools/boostdep
|
||||||
- git submodule update --init tools/build
|
- git submodule init tools/build
|
||||||
- git submodule update --init tools/boost_install
|
- git submodule init tools/boost_install
|
||||||
- git submodule update --init libs/headers
|
- git submodule init libs/headers
|
||||||
|
- git submodule update --jobs 4
|
||||||
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\integer
|
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\integer
|
||||||
- python tools/boostdep/depinst/depinst.py integer
|
- python tools/boostdep/depinst/depinst.py integer
|
||||||
- bootstrap
|
- bootstrap
|
||||||
|
Reference in New Issue
Block a user