From 44f4e3ed3ca746b1604d565da9c389e744d5625d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 9 Dec 2019 04:51:21 +0300 Subject: AppVeyor: pull submodules --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index efc1c28..6fa31ee 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,6 +9,9 @@ configuration: - Debug - Release +install: + - git submodule update --init --recursive + build_script: - ps: .\.appveyor\build.ps1 -- cgit v1.2.3