Git clone depth 15 (#3577)
This commit is contained in:
parent
294b4332cc
commit
5b197c072e
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
language: cpp
|
||||
compiler: gcc
|
||||
|
||||
git:
|
||||
depth: 15
|
||||
|
||||
matrix:
|
||||
include:
|
||||
#Ubuntu Xenial (Debug only)
|
||||
|
|
Loading…
Reference in a new issue