From a3112cdc45788babab7af6dd9c777d120f5d6e9c Mon Sep 17 00:00:00 2001 From: Mattes D Date: Fri, 29 Jul 2016 07:56:50 +0200 Subject: Revert "Redstone fixes" --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appveyor.yml') 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 -- cgit v1.2.3