aboutsummaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner <yuriks@yuriks.net>2015-02-08 12:23:33 -0200
committerGravatar Yuri Kunde Schlesner <yuriks@yuriks.net>2015-02-08 13:00:05 -0200
commit6638bf3b9b0d9ec8d8ffea4c8461536ba4da3c9d (patch)
treef7591c3931127d46539966f2a5e4893724cf405b /appveyor.yml
parent689d80e07740748182bac4f4e54667bf8b07c20f (diff)
Appveyor: Adjust clone depth settings
The submodule update was doing a full clone. Also increase clone depth a bit, since it can apparently cause issues checking out the source if there are too many concurrent PRs trying to build (causing the commit for the build to not be the top one on the repository anymore).
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0f8fd50a..c9edb9e1 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,7 +2,7 @@
os: unstable
# shallow clone
-clone_depth: 1
+clone_depth: 5
environment:
QTDIR: C:\Qt\5.4\msvc2013_64_opengl
@@ -18,7 +18,7 @@ configuration:
- Release
install:
- - git submodule update --init --recursive
+ - git submodule update --init --recursive --depth 20
before_build:
- mkdir build