mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
15 lines
307 B
YAML
15 lines
307 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%
|
|
|
|
build:
|
|
project: rpcs3.sln
|
|
verbosity: minimal |