Git clone depth 15 (#3577)

This commit is contained in:
tooomm 2019-02-11 02:54:47 +01:00 committed by Zach H
parent 294b4332cc
commit 5b197c072e
2 changed files with 4 additions and 1 deletions

View file

@ -19,7 +19,7 @@ skip_commits:
skip_branch_with_pr: true
clone_depth: 50 #same as travis, see https://www.appveyor.com/blog/2014/06/04/shallow-clone-for-git-repositories/
clone_depth: 15
image: Visual Studio 2017

View file

@ -1,6 +1,9 @@
language: cpp
compiler: gcc
git:
depth: 15
matrix:
include:
#Ubuntu Xenial (Debug only)