mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 17:58:37 +08:00
CI: Download deps if they aren't in build cache
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user