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

32 lines
740 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
clone_depth: 1
branches:
except:
- ppu_recompiler
2015-08-03 21:07:12 +02:00
before_build:
- git submodule update --init --depth 3 asmjit minidx9
# until git for win 2.5 release
- git submodule update --init ffmpeg wxWidgets
- if exist "c:\cache\wxWidgets\build" move c:\cache\wxWidgets\build wxWidgets\build
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%
after_build:
- mkdir c:\cache\wxWidgets\build
- move wxWidgets\lib\vc_x64_lib c:\cache\wxWidgets\build
# not exactly the best dependency but works for now
2015-08-04 18:23:35 +02:00
cache:
- c:\cache\wxWidgets\build -> .gitmodules
2015-08-03 21:07:12 +02:00
test: off
2015-08-03 21:07:12 +02:00
build:
project: rpcs3.sln
verbosity: minimal