mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 22:14:59 +00:00
Use --jobs 3 when updating submodules
This commit is contained in:
parent
1af4ebb092
commit
dd603f3cd3
1 changed files with 6 additions and 2 deletions
|
@ -17,6 +17,9 @@ language: cpp
|
|||
|
||||
compiler: gcc
|
||||
|
||||
git:
|
||||
submodules: false
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
@ -80,7 +83,7 @@ matrix:
|
|||
after_script: true
|
||||
|
||||
install:
|
||||
- git submodule update --init
|
||||
- git submodule update --init --jobs 3
|
||||
|
||||
script:
|
||||
- mkdir __build && cd __build
|
||||
|
@ -98,7 +101,7 @@ matrix:
|
|||
after_script: true
|
||||
|
||||
install:
|
||||
- git submodule update --init
|
||||
- git submodule update --init --jobs 3
|
||||
|
||||
script:
|
||||
- mkdir __build && cd __build
|
||||
|
@ -121,6 +124,7 @@ matrix:
|
|||
|
||||
before_install:
|
||||
# Fetch the scripts to do the actual building/testing.
|
||||
- git submodule update --init --jobs 3
|
||||
- |
|
||||
wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_common.py" -P ..
|
||||
wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/${SCRIPT}.py" -P ..
|
||||
|
|
Loading…
Add table
Reference in a new issue