From 81e72674f0528f02e2b9f2233a1fd2b064f5915f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 8 Dec 2019 19:14:07 +0300 Subject: AppVeyor: pull submodules --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index ff85f8d..1377850 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,5 @@ version: '{build}' + image: - Visual Studio 2015 - Visual Studio 2017 @@ -11,5 +12,8 @@ configuration: - Debug - Release +install: + - git submodule update --init --recursive + build_script: - ps: .\.appveyor\build.ps1 -- cgit v1.2.3