aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-08 19:51:31 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-08 20:29:37 +0300
commitf580ad6814bb767ded5c1e9833a8379e2ba83793 (patch)
tree4291a32ac8826f157c3e0b8c22b807c8083379ad
parentadd cmake-common as a submodule (diff)
downloadwindows7-drivers-f580ad6814bb767ded5c1e9833a8379e2ba83793.tar.gz
windows7-drivers-f580ad6814bb767ded5c1e9833a8379e2ba83793.zip
AppVeyor: pull submodules
-rw-r--r--appveyor.yml5
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..."