From 683e803154e9624239bf77fccba648905b50e41f Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Mon, 11 Dec 2017 10:13:26 +0100 Subject: [PATCH] appveyor-ci: add submodule clone, set clone depth to 10 --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index d3310b431..bef901bd6 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -16,7 +16,7 @@ init: - git config --global core.autocrlf true # Set clone depth (do not fetch complete history) -clone_depth: 2 +clone_depth: 10 # Skipping commits affecting only specific files skip_commits: @@ -67,6 +67,7 @@ matrix: #---------------------------------# install: + - cmd: git submodule update --init --recursive --depth 10 - cmd: .ci/appveyor-prepare.bat build_script: