From 9a8fa127181f07e8f297270403e6caf1b2faf1e7 Mon Sep 17 00:00:00 2001 From: Danila Malyutin Date: Mon, 3 Aug 2015 22:07:12 +0300 Subject: [PATCH] Add appveyor.yml --- appveyor.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000000..1b69baa385 --- /dev/null +++ b/appveyor.yml @@ -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 \ No newline at end of file