summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2015-02-08 15:23:33 +0100
committerYuri Kunde Schlesner <yuriks@yuriks.net>2015-02-08 16:00:05 +0100
commit6638bf3b9b0d9ec8d8ffea4c8461536ba4da3c9d (patch)
treef7591c3931127d46539966f2a5e4893724cf405b /appveyor.yml
parentAppveyor: Do x64 builds (diff)
downloadyuzu-6638bf3b9b0d9ec8d8ffea4c8461536ba4da3c9d.tar
yuzu-6638bf3b9b0d9ec8d8ffea4c8461536ba4da3c9d.tar.gz
yuzu-6638bf3b9b0d9ec8d8ffea4c8461536ba4da3c9d.tar.bz2
yuzu-6638bf3b9b0d9ec8d8ffea4c8461536ba4da3c9d.tar.lz
yuzu-6638bf3b9b0d9ec8d8ffea4c8461536ba4da3c9d.tar.xz
yuzu-6638bf3b9b0d9ec8d8ffea4c8461536ba4da3c9d.tar.zst
yuzu-6638bf3b9b0d9ec8d8ffea4c8461536ba4da3c9d.zip
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 0f8fd50aa..c9edb9e19 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