mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 00:43:00 -05:00
appveyor.yml: explicitly clone submodules as AppVeyor does not do it automatically
This commit is contained in:
parent
5fa7ba3513
commit
a53abe8ab6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user