summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2019-07-22 23:36:28 +0200
committerSebastian Pipping <sebastian@pipping.org>2019-07-22 23:39:56 +0200
commitd71e3c802a334a608a4bed8a4694000da2bb2919 (patch)
tree576ba1841f3cf1fb01feac89da58a0c0f4ad50a9 /appveyor.yml
parentb21ab1d1f413ac22989e1925f8cc5c5569322202 (diff)
downloadlibexpat-git-d71e3c802a334a608a4bed8a4694000da2bb2919.tar.gz
AppVeyor|Travis: Re-introduce clone depth
Depth 1 made surpassed pushed fail so it was dropped. No depth limit wastes time and hardware resources though, and has some risk that depth 1 will be re-introduced, by mistake. So let's try 50 now. Related commits: - 10c235458830fc894a6381cf6267246c68848adf — AppVeyor - 88cf657da91ef7a83d705cf7951cfd6c6b7d98fc — Travis
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 5008fb42..692387b2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -36,6 +36,9 @@ init:
# version format
version: libexpat-{build}
+# set clone depth, clone entire repository history if not defined
+clone_depth: 50
+
# clone directory
clone_folder: c:\projects\libexpat