Browse Source

[AppveyorCI]: set clone depth to 50

This depth is same as TravisCI default
The time spent in clone was 1min ~ 3mins before
adaptive-webui-19844
Chocobo1 7 years ago
parent
commit
a2ab6fa8ab
  1. 2
      .appveyor.yml

2
.appveyor.yml

@ -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…
Cancel
Save