[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:
@ -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"
|
||||
|
Reference in New Issue
Block a user