1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

[AppveyorCI]: set clone depth to 50

This depth is same as TravisCI default
The time spent in clone was 1min ~ 3mins before
This commit is contained in:
Chocobo1 2017-05-18 10:08:38 +08:00
parent c4ccf6b774
commit a2ab6fa8ab

View File

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