summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8be0cfa70..1f3f30911 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,11 +1,11 @@
version: 1.0.{build}
configuration: Debug
-clone_depth: 1
+clone_depth: 50
before_build:
- echo %TIME%
- git submodule update --init
- echo %TIME%
-- cmake .
+- cmake -G "Visual Studio 12" .
- echo %TIME%
build:
project: Cuberite.sln