mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12: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
|
clone_folder: c:\projects\rpcs3
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- git submodule update --init asmjit ffmpeg minidx9 wxWidgets
|
- git submodule update --init asmjit ffmpeg minidx9 wxWidgets
|
||||||
|
|
||||||
install:
|
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:
|
build:
|
||||||
project: rpcs3.sln
|
project: rpcs3.sln
|
||||||
|
parallel: true
|
||||||
verbosity: minimal
|
verbosity: minimal
|
Loading…
Add table
Add a link
Reference in a new issue