mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 10:42:36 +01:00
22 lines
510 B
YAML
22 lines
510 B
YAML
version: 1.0.{build}
|
|
os: Visual Studio 2015
|
|
configuration: Release
|
|
platform: x64
|
|
clone_folder: c:\projects\rpcs3
|
|
|
|
before_build:
|
|
- git submodule update --init asmjit ffmpeg minidx9 wxWidgets
|
|
|
|
install:
|
|
- 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 |