Explorar o código

AppVeyor: Remove submodule checkout depth

This avoid intermittent build failures due to a commit not being
reachable using a fixed depth, at the expense of longer checkout times.
Yuri Kunde Schlesner %!s(int64=11) %!d(string=hai) anos
pai
achega
eaaf951de6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      appveyor.yml

+ 1 - 1
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