From b8660e327db4ee82364ded52ac25cf1956bd47e2 Mon Sep 17 00:00:00 2001 From: Lemongrass3110 Date: Fri, 29 Jul 2016 19:57:39 +0200 Subject: [PATCH] Updated clone depth for appveyor We disabled rolling builds now(appveyor server side setting) so it does not look like our commits where failing the build tests anymore. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 88a598bf4d..30d955fa7e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ image: Visual Studio 2015 # This is the default location, but we put it here for safety reasons, since we use it in our test script clone_folder: c:\projects\rathena # We do not need the git history for our integration tests -clone_depth: 1 +clone_depth: 50 version: '{branch}-{build}' pull_requests: do_not_increment_build_number: true