mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 09:18:40 +12:00
commit
c0f1913e44
2 changed files with 33 additions and 0 deletions
|
@ -2,6 +2,7 @@ RPCS3
|
||||||
=====
|
=====
|
||||||
|
|
||||||
[](https://travis-ci.org/RPCS3/rpcs3)
|
[](https://travis-ci.org/RPCS3/rpcs3)
|
||||||
|
[](https://ci.appveyor.com/project/rpcs3/rpcs3/branch/master)
|
||||||
[](https://scan.coverity.com/projects/3960)
|
[](https://scan.coverity.com/projects/3960)
|
||||||
[](https://coveralls.io/r/DHrpcs3/rpcs3)
|
[](https://coveralls.io/r/DHrpcs3/rpcs3)
|
||||||
|
|
||||||
|
|
32
appveyor.yml
Normal file
32
appveyor.yml
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
version: 1.0.{build}
|
||||||
|
os: Visual Studio 2015
|
||||||
|
configuration: Release
|
||||||
|
platform: x64
|
||||||
|
clone_folder: c:\projects\rpcs3
|
||||||
|
clone_depth: 1
|
||||||
|
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- ppu_recompiler
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
install:
|
||||||
|
- 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
|
||||||
|
cache:
|
||||||
|
- c:\cache\wxWidgets\build -> .gitmodules
|
||||||
|
|
||||||
|
test: off
|
||||||
|
build:
|
||||||
|
project: rpcs3.sln
|
||||||
|
verbosity: minimal
|
Loading…
Add table
Add a link
Reference in a new issue