Browse Source

Merge pull request #810 from Gol-D-Ace/CI_speedup_build

CI: Various AppVeyor build speed improvements
Jim 9 years ago
parent
commit
7b6ab566f4
1 changed files with 5 additions and 2 deletions
  1. 5 2
      appveyor.yml

+ 5 - 2
appveyor.yml

@@ -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
@@ -31,4 +32,6 @@ before_deploy:
   - C:\projects\obs-studio\CI\before-deploy-win.cmd
 
 deploy_script:
-  - ps: Push-AppveyorArtifact "build.zip" -FileName "$(git describe).zip"
+  - ps: Push-AppveyorArtifact "build.zip" -FileName "$(git describe).zip"
+
+test: off