CI: Download deps if they are outdated
This commit is contained in:
parent
ee6ca246fe
commit
3bcc8f611e
@ -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 -
|
- curl -kLO https://obsproject.com/downloads/dependencies2015.zip -f --retry 5 -z dependencies2015.zip
|
||||||
- if not exist vlc.zip curl -kLO https://obsproject.com/downloads/vlc.zip -f --retry 5 -C -
|
- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user