mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Try to use cache to speed up build
This commit is contained in:
parent
17a4222c31
commit
0f28879f8d
1 changed files with 9 additions and 2 deletions
11
appveyor.yml
11
appveyor.yml
|
@ -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
|
Loading…
Add table
Reference in a new issue