CI: Download deps if they aren't in build cache
This commit is contained in:
parent
876a3d5d19
commit
647c31bb28
@ -3,8 +3,8 @@ environment:
|
||||
|
||||
install:
|
||||
- git submodule update --init --recursive
|
||||
# - curl -kLO https://obsproject.com/downloads/dependencies2015.zip -f --retry 5 -C -
|
||||
# - curl -kLO https://obsproject.com/downloads/vlc.zip -f --retry 5 -C -
|
||||
- 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 -
|
||||
- 7z x dependencies2015.zip -odependencies2015
|
||||
- 7z x vlc.zip -ovlc
|
||||
- set DepsPath32=%CD%\dependencies2015\win32
|
||||
|
Loading…
x
Reference in New Issue
Block a user