Browse Source

CI: Download deps if they are outdated

craftwar 8 years ago
parent
commit
3bcc8f611e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      appveyor.yml

+ 2 - 2
appveyor.yml

@@ -3,8 +3,8 @@ environment:
 
 
 install:
 install:
   - git submodule update --init --recursive
   - git submodule update --init --recursive
-  - if not exist dependencies2015.zip curl -kLO https://obsproject.com/downloads/dependencies2015.zip -f --retry 5 -C -
-  - if not exist vlc.zip curl -kLO https://obsproject.com/downloads/vlc.zip -f --retry 5 -C -
+  - curl -kLO https://obsproject.com/downloads/dependencies2015.zip -f --retry 5 -z dependencies2015.zip
+  - curl -kLO https://obsproject.com/downloads/vlc.zip -f --retry 5 -z vlc.zip
   - 7z x dependencies2015.zip -odependencies2015
   - 7z x dependencies2015.zip -odependencies2015
   - 7z x vlc.zip -ovlc
   - 7z x vlc.zip -ovlc
   - set DepsPath32=%CD%\dependencies2015\win32
   - set DepsPath32=%CD%\dependencies2015\win32