summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml14
1 files changed, 14 insertions, 0 deletions
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