mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
Try to use cache to speed up build
This commit is contained in:
parent
17a4222c31
commit
0f28879f8d
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…
Reference in New Issue
Block a user