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:
parent
c4ccf6b774
commit
a2ab6fa8ab
@ -20,6 +20,8 @@ clone_folder: *REPO_DIR
|
|||||||
cache:
|
cache:
|
||||||
- *CACHE_DIR
|
- *CACHE_DIR
|
||||||
|
|
||||||
|
clone_depth: 50
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# check if library needs update
|
# check if library needs update
|
||||||
- appveyor DownloadFile "%QBT_VER_URL%" -FileName "c:\version_new" && SET /P newVersion=<"c:\version_new"
|
- appveyor DownloadFile "%QBT_VER_URL%" -FileName "c:\version_new" && SET /P newVersion=<"c:\version_new"
|
||||||
|
Loading…
Reference in New Issue
Block a user