diff options
author | chinhodado <chin.bimbo@gmail.com> | 2015-01-11 19:29:39 +0100 |
---|---|---|
committer | chinhodado <chin.bimbo@gmail.com> | 2015-01-11 19:29:39 +0100 |
commit | 8437aff16bd566f975dba0c798345f1784577ad1 (patch) | |
tree | 924b313ad948b70a7fba81fc08778634bc318e66 | |
parent | Add appveyor.yml (diff) | |
download | yuzu-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 |
-rw-r--r-- | appveyor.yml | 4 |
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 |