mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
commit
7302042daf
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,10 @@ skip_tags: true
|
||||||
|
|
||||||
os: Visual Studio 2015
|
os: Visual Studio 2015
|
||||||
|
|
||||||
|
branches:
|
||||||
|
except: # blacklist
|
||||||
|
- coverity_scan
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
REPO_DIR: &REPO_DIR c:\qbittorrent
|
REPO_DIR: &REPO_DIR c:\qbittorrent
|
||||||
CACHE_DIR: &CACHE_DIR c:\qbt_cache
|
CACHE_DIR: &CACHE_DIR c:\qbt_cache
|
||||||
|
@ -20,6 +24,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…
Add table
Add a link
Reference in a new issue