appveyor.yml: explicitly clone submodules as AppVeyor does not do it automatically

This commit is contained in:
Bill Zissimopoulos 2016-05-21 14:03:50 -07:00
parent 5fa7ba3513
commit a53abe8ab6

View File

@ -8,6 +8,7 @@ environment:
CONFIGURATION: Release CONFIGURATION: Release
install: install:
- git submodule update --init
- appveyor AddMessage "Set testsigning on and reboot" -Category Information - appveyor AddMessage "Set testsigning on and reboot" -Category Information
- bcdedit /set testsigning on - bcdedit /set testsigning on
- ps: Restart-Computer -Force - ps: Restart-Computer -Force