summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorchinhodado <chin.bimbo@gmail.com>2015-01-11 19:29:39 +0100
committerchinhodado <chin.bimbo@gmail.com>2015-01-11 19:29:39 +0100
commit8437aff16bd566f975dba0c798345f1784577ad1 (patch)
tree924b313ad948b70a7fba81fc08778634bc318e66 /appveyor.yml
parentAdd appveyor.yml (diff)
downloadyuzu-8437aff16bd566f975dba0c798345f1784577ad1.tar
yuzu-8437aff16bd566f975dba0c798345f1784577ad1.tar.gz
yuzu-8437aff16bd566f975dba0c798345f1784577ad1.tar.bz2
yuzu-8437aff16bd566f975dba0c798345f1784577ad1.tar.lz
yuzu-8437aff16bd566f975dba0c798345f1784577ad1.tar.xz
yuzu-8437aff16bd566f975dba0c798345f1784577ad1.tar.zst
yuzu-8437aff16bd566f975dba0c798345f1784577ad1.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 2000951a6..83d3b900e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,8 +1,8 @@
# it seems that Qt is only installed by default on unstable os at the moment
os: unstable
-# a depth of 50 should be enough (travis uses the same setting)
-clone_depth: 50
+# shallow clone
+clone_depth: 1
environment:
QTDIR: C:\Qt\5.4\msvc2013_opengl