aboutsummaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner <yuriks@yuriks.net>2015-07-07 16:22:26 -0300
committerGravatar Yuri Kunde Schlesner <yuriks@yuriks.net>2015-07-07 16:22:26 -0300
commiteaaf951de632753613e9b42f433cdac02d851a09 (patch)
treeb73caf8b3d3ecb039ef90f2c954aaccdb273aec0 /appveyor.yml
parentfb66b0677bce55173393f86e53ce675d1b7e1b09 (diff)
AppVeyor: Remove submodule checkout depth
This avoid intermittent build failures due to a commit not being reachable using a fixed depth, at the expense of longer checkout times.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7e9155e6..5dc14763 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -13,7 +13,7 @@ configuration:
- Release
install:
- - git submodule update --init --recursive --depth 20
+ - git submodule update --init --recursive
before_build:
- mkdir build