From a53abe8ab622e0e4a0ade895b822cfcd6be48291 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Sat, 21 May 2016 14:03:50 -0700 Subject: [PATCH] appveyor.yml: explicitly clone submodules as AppVeyor does not do it automatically --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index df8aa9dd..853fa5f0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,6 +8,7 @@ environment: CONFIGURATION: Release install: +- git submodule update --init - appveyor AddMessage "Set testsigning on and reboot" -Category Information - bcdedit /set testsigning on - ps: Restart-Computer -Force