Attempt to speedup AppVeyor (2)

This commit is contained in:
Antony Polukhin
2016-11-18 00:57:00 +03:00
parent 0df83bcbc9
commit 880252b1f0

View File

@@ -42,7 +42,7 @@ before_build:
- git remote add --no-tags -t %BRANCH_TO_TEST% origin https://github.com/boostorg/boost.git
- git fetch --depth=1
- git checkout %BRANCH_TO_TEST%
- git submodule update --jobs=4 --init --merge
- git submodule update --init --merge
- git remote set-branches --add origin %BRANCH_TO_TEST%
- git pull --recurse-submodules
- git status