From acdfde2062da81b0c9605853dbd10c91ea6355d1 Mon Sep 17 00:00:00 2001 From: bergwerkgis Date: Mon, 18 Jan 2016 11:30:42 +0000 Subject: [PATCH] AppVeyor: do a real clone (instead of 'zip-clone') but limit to latest 5 commits --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6566a9ab5..ea7af4126 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,9 @@ environment: os: Visual Studio 2015 -shallow_clone: true +#shallow_clone: true +# limit clone to latest 5 commits +clone_depth: 5 install: - scripts\build-appveyor.bat