CI: Download deps if they are outdated
This commit is contained in:
parent
ee6ca246fe
commit
3bcc8f611e
@ -3,8 +3,8 @@ environment:
|
||||
|
||||
install:
|
||||
- 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 vlc.zip -ovlc
|
||||
- set DepsPath32=%CD%\dependencies2015\win32
|
||||
|
Loading…
x
Reference in New Issue
Block a user