diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-08 19:51:31 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-08 20:29:37 +0300 |
commit | f580ad6814bb767ded5c1e9833a8379e2ba83793 (patch) | |
tree | 4291a32ac8826f157c3e0b8c22b807c8083379ad /appveyor.yml | |
parent | add cmake-common as a submodule (diff) | |
download | windows7-drivers-f580ad6814bb767ded5c1e9833a8379e2ba83793.tar.gz windows7-drivers-f580ad6814bb767ded5c1e9833a8379e2ba83793.zip |
AppVeyor: pull submodules
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 5 |
1 files changed, 5 insertions, 0 deletions
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..." |