From f580ad6814bb767ded5c1e9833a8379e2ba83793 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 8 Dec 2019 19:51:31 +0300 Subject: AppVeyor: pull submodules --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 0b271a9..d155e9a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,5 @@ version: '{build}' + image: Visual Studio 2013 #environment: @@ -21,6 +22,9 @@ configuration: - Debug - Release +install: + - git submodule update --init --recursive + build_script: - ps: .\.appveyor\build.ps1 @@ -32,6 +36,7 @@ for: # https://github.com/appveyor/ci/issues/715 install: + - git submodule update --init --recursive - appveyor.exe AddMessage "Enabling self-signed drivers..." - bcdedit.exe /set TESTSIGNING ON - appveyor.exe AddMessage "Rebooting the worker..." -- cgit v1.2.3