forked from boostorg/utility
Increased the number of git fetch jobs to 8 in CI.
This commit is contained in:
@@ -215,6 +215,7 @@ matrix:
|
|||||||
env: TOOLSET=clang COMPILER=clang++ CXXSTD=03,11,14,1z
|
env: TOOLSET=clang COMPILER=clang++ CXXSTD=03,11,14,1z
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- GIT_FETCH_JOBS=8
|
||||||
- BOOST_BRANCH=develop
|
- BOOST_BRANCH=develop
|
||||||
- if [ "$TRAVIS_BRANCH" = "master" ]; then BOOST_BRANCH=master; fi
|
- if [ "$TRAVIS_BRANCH" = "master" ]; then BOOST_BRANCH=master; fi
|
||||||
- cd ..
|
- cd ..
|
||||||
@@ -233,7 +234,7 @@ install:
|
|||||||
- git submodule init libs/container_hash
|
- git submodule init libs/container_hash
|
||||||
- git submodule init libs/integer
|
- git submodule init libs/integer
|
||||||
- git submodule init libs/detail
|
- git submodule init libs/detail
|
||||||
- git submodule update --jobs 4
|
- git submodule update --jobs $GIT_FETCH_JOBS
|
||||||
- cp -r $TRAVIS_BUILD_DIR/* libs/utility
|
- cp -r $TRAVIS_BUILD_DIR/* libs/utility
|
||||||
- ./bootstrap.sh
|
- ./bootstrap.sh
|
||||||
- ./b2 headers
|
- ./b2 headers
|
||||||
|
@@ -23,6 +23,7 @@ environment:
|
|||||||
CXXSTD: 14,17
|
CXXSTD: 14,17
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- set GIT_FETCH_JOBS=8
|
||||||
- set BOOST_BRANCH=develop
|
- set BOOST_BRANCH=develop
|
||||||
- if "%APPVEYOR_REPO_BRANCH%" == "master" set BOOST_BRANCH=master
|
- if "%APPVEYOR_REPO_BRANCH%" == "master" set BOOST_BRANCH=master
|
||||||
- cd ..
|
- cd ..
|
||||||
@@ -41,7 +42,7 @@ install:
|
|||||||
- git submodule init libs/container_hash
|
- git submodule init libs/container_hash
|
||||||
- git submodule init libs/integer
|
- git submodule init libs/integer
|
||||||
- git submodule init libs/detail
|
- git submodule init libs/detail
|
||||||
- git submodule update --jobs 4
|
- git submodule update --jobs %GIT_FETCH_JOBS%
|
||||||
- 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
|
||||||
|
Reference in New Issue
Block a user