From 709f941f0026f8918c17bb641fa9f1e3dc558ff6 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 16 Nov 2016 19:08:33 +0200 Subject: [PATCH] Remove --depth 1 for submodules in appveyor.yml. --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 776e79a..d4eb4f0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,9 +15,9 @@ install: - cd .. - git clone -b %APPVEYOR_REPO_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root - cd boost-root - - git submodule update --init --depth 1 tools/build - - git submodule update --init --depth 1 libs/config - - git submodule update --init --depth 1 tools/boostdep + - git submodule update --init tools/build + - git submodule update --init libs/config + - git submodule update --init tools/boostdep - mkdir libs\mp11 - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\mp11 - python tools/boostdep/depinst/depinst.py mp11