1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00
rpcs3/appveyor.yml

22 lines
510 B
YAML
Raw Normal View History

2015-08-03 21:07:12 +02:00
version: 1.0.{build}
os: Visual Studio 2015
configuration: Release
platform: x64
clone_folder: c:\projects\rpcs3
before_build:
2015-08-04 18:23:35 +02:00
- git submodule update --init asmjit ffmpeg minidx9 wxWidgets
2015-08-03 21:07:12 +02:00
install:
2015-08-04 18:23:35 +02:00
- 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
2015-08-03 21:07:12 +02:00
build:
project: rpcs3.sln
2015-08-04 18:23:35 +02:00
parallel: true
2015-08-03 21:07:12 +02:00
verbosity: minimal