From 9779ab2bd681519b1c3108b7e53ee1907d9815f2 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Tue, 18 Aug 2015 08:44:58 +0200 Subject: [PATCH] Added Appveyor yml settings file. --- appveyor.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 000000000..b14fe30c7 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,14 @@ +version: 1.0.{build} +os: Previous Windows Server 2012 R2 +configuration: Debug +clone_depth: 50 +before_build: +- echo %TIME% +- git submodule update --init +- echo %TIME% +- cmake -G "Visual Studio 12" . +- echo %TIME% +build: + project: MCServer.sln + parallel: true + verbosity: minimal