1
0
forked from boostorg/mp11

Revert "Remove --depth 1 for superproject in appveyor.yml."

This reverts commit eaab711915.
This commit is contained in:
Peter Dimov
2016-11-16 19:31:41 +02:00
parent eaab711915
commit 026171899c

View File

@@ -13,7 +13,7 @@ branches:
install: install:
- cd .. - cd ..
- git clone -b %APPVEYOR_REPO_BRANCH% 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/build - git submodule update --init tools/build
- git submodule update --init libs/config - git submodule update --init libs/config