summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-07-07 23:32:28 +0200
committerbunnei <bunneidev@gmail.com>2015-07-07 23:32:28 +0200
commit3b4924cdb4056d990a8ad565c12ee0b4f250d901 (patch)
tree2ccc5bbae6dfcab469d516f1dff761393a677048
parentMerge pull request #797 from linkmauve/blended-downscaling (diff)
parentAppVeyor: Remove submodule checkout depth (diff)
downloadyuzu-3b4924cdb4056d990a8ad565c12ee0b4f250d901.tar
yuzu-3b4924cdb4056d990a8ad565c12ee0b4f250d901.tar.gz
yuzu-3b4924cdb4056d990a8ad565c12ee0b4f250d901.tar.bz2
yuzu-3b4924cdb4056d990a8ad565c12ee0b4f250d901.tar.lz
yuzu-3b4924cdb4056d990a8ad565c12ee0b4f250d901.tar.xz
yuzu-3b4924cdb4056d990a8ad565c12ee0b4f250d901.tar.zst
yuzu-3b4924cdb4056d990a8ad565c12ee0b4f250d901.zip
Diffstat (limited to '')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7e9155e6d..5dc147639 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