mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-25 12:12:50 +01:00
Add appveyor.yml
This commit is contained in:
parent
0541371a0e
commit
9a8fa12718
15
appveyor.yml
Normal file
15
appveyor.yml
Normal file
@ -0,0 +1,15 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user