1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-04-17 09:44:08 -05:00

Merge pull request #905 from yuriks/submodule-depth

AppVeyor: Remove submodule checkout depth
This commit is contained in:
bunnei 2015-07-07 17:32:28 -04:00
commit 3b4924cdb4

View File

@ -13,7 +13,7 @@ configuration:
- Release - Release
install: install:
- git submodule update --init --recursive --depth 20 - git submodule update --init --recursive
before_build: before_build:
- mkdir build - mkdir build