From a2ab6fa8abac4fca414460323724737222738a72 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 18 May 2017 10:08:38 +0800 Subject: [PATCH] [AppveyorCI]: set clone depth to 50 This depth is same as TravisCI default The time spent in clone was 1min ~ 3mins before --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 5c8e3da42..805552244 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -20,6 +20,8 @@ clone_folder: *REPO_DIR cache: - *CACHE_DIR +clone_depth: 50 + install: # check if library needs update - appveyor DownloadFile "%QBT_VER_URL%" -FileName "c:\version_new" && SET /P newVersion=<"c:\version_new"