From 7bb5f99ca0a5df741cc18c2dd338437db90a9d52 Mon Sep 17 00:00:00 2001 From: Florent Castelli Date: Sat, 15 Oct 2016 21:33:05 +0200 Subject: [PATCH] appveyor: Add initial configuration --- appveyor.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000000..de5c08bb38 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,12 @@ +version: '{branch}-1.0.{build}' +pull_requests: + do_not_increment_build_number: true +configuration: +- Release +- Debug +install: +- cmd: git submodule update --init --recursive +build: + project: Windows/PPSSPP.sln + parallel: true + verbosity: normal