summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-08-18 08:44:58 +0200
committerMattes D <github@xoft.cz>2015-08-18 08:52:23 +0200
commit9779ab2bd681519b1c3108b7e53ee1907d9815f2 (patch)
treebee46cde17ac637dc7e865635921b655e4961eb3
parentMerge pull request #2433 from cuberite/WarningFixTrial (diff)
downloadcuberite-9779ab2bd681519b1c3108b7e53ee1907d9815f2.tar
cuberite-9779ab2bd681519b1c3108b7e53ee1907d9815f2.tar.gz
cuberite-9779ab2bd681519b1c3108b7e53ee1907d9815f2.tar.bz2
cuberite-9779ab2bd681519b1c3108b7e53ee1907d9815f2.tar.lz
cuberite-9779ab2bd681519b1c3108b7e53ee1907d9815f2.tar.xz
cuberite-9779ab2bd681519b1c3108b7e53ee1907d9815f2.tar.zst
cuberite-9779ab2bd681519b1c3108b7e53ee1907d9815f2.zip
-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