Просмотр исходного кода

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 11 лет назад
Родитель
Сommit
eaaf951de6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -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