Try to use cache to speed up build

This commit is contained in:
Danila Malyutin 2015-08-04 19:23:35 +03:00
parent 17a4222c31
commit 0f28879f8d
1 changed files with 9 additions and 2 deletions

View File

@ -5,11 +5,18 @@ platform: x64
clone_folder: c:\projects\rpcs3
before_build:
- git submodule update --init asmjit ffmpeg minidx9 wxWidgets
- git submodule update --init asmjit ffmpeg minidx9 wxWidgets
install:
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
cache:
- c:\projects\rpcs3\admjit -> .gitmodules
- c:\projects\rpcs3\ffmpeg -> .gitmodules
- c:\projects\rpcs3\minidx9 -> .gitmodules
- c:\projects\rpcs3\wxWidgets -> .gitmodules
build:
project: rpcs3.sln
parallel: true
verbosity: minimal