CI: Download VLC repo instead of cloning from git

master
Gol-D-Ace 2017-02-24 13:05:06 +01:00
parent db345e2e48
commit 3d980d184c
1 changed files with 2 additions and 1 deletions

View File

@ -3,9 +3,10 @@ environment:
install:
- git submodule update --init --recursive
- git clone https://github.com/videolan/vlc.git
- curl -kLO https://obsproject.com/downloads/dependencies2015.zip -f --retry 5 -C -
- 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
- set DepsPath64=%CD%\dependencies2015\win64
- set VLCPath=%CD%\vlc