appveyor-ci: add submodule clone, set clone depth to 10

This commit is contained in:
Ralph Lange
2017-12-11 10:13:26 +01:00
parent 5e0b80f462
commit 683e803154

View File

@@ -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: