From a2ab6fa8abac4fca414460323724737222738a72 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 18 May 2017 10:08:38 +0800 Subject: [PATCH 1/2] [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" From 4ddb340a94e5cef372dc7e6c1b9dda957c2c2508 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 18 May 2017 10:19:10 +0800 Subject: [PATCH 2/2] [AppveyorCI]: Ignore coverity_scan branch --- .appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 805552244..240291ec1 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -5,6 +5,10 @@ skip_tags: true os: Visual Studio 2015 +branches: + except: # blacklist + - coverity_scan + environment: REPO_DIR: &REPO_DIR c:\qbittorrent CACHE_DIR: &CACHE_DIR c:\qbt_cache