From 070eab1473a0f11205edc73678285a548dd1b6e5 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Tue, 21 Apr 2020 17:31:24 +0200 Subject: [PATCH] appveyor: re-add recursive submodule update --- appveyor/.appveyor.yml.example-full | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor/.appveyor.yml.example-full b/appveyor/.appveyor.yml.example-full index ee1f0da..f8b57b5 100644 --- a/appveyor/.appveyor.yml.example-full +++ b/appveyor/.appveyor.yml.example-full @@ -107,8 +107,11 @@ matrix: # building & testing # #---------------------------------# -build_script: +install: + - cmd: git submodule update --init --recursive - cmd: python .ci/appveyor/do.py prepare + +build_script: - cmd: python .ci/appveyor/do.py build test_script: