Browse Source

Merge pull request #905 from yuriks/submodule-depth

AppVeyor: Remove submodule checkout depth
pull/15/merge
bunnei 11 years ago
parent
commit
3b4924cdb4
  1. 2
      appveyor.yml

2
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

Loading…
Cancel
Save