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