From 41255df991a974d5d2ddff2de80ce42175a8ae2e Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 6 Nov 2015 10:50:02 +0100 Subject: [PATCH] Added shallow_clone to appveyor.yml to speed up the build. --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 6c9f4bbd9..4cb63923d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,6 +5,7 @@ branches: skip_tags: true configuration: Release platform: Any CPU +shallow_clone: true clone_depth: 1 assembly_info: patch: true