aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-16 13:57:24 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-16 14:41:50 +0300
commitf71709f56c096b17632ab56fda17d884d884c779 (patch)
treedc27a618c0b6653e6af86d28f0332fa5bbc2f1f6 /appveyor.yml
parentupdate cmake-common (diff)
downloadwindows7-drivers-f71709f56c096b17632ab56fda17d884d884c779.tar.gz
windows7-drivers-f71709f56c096b17632ab56fda17d884d884c779.zip
AppVeyor: install kernel modules as well
Diffstat (limited to '')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f3c3b1e..204f9b6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -30,7 +30,7 @@ install:
build_script:
- '"%python_exe%" um/cmake/ci/build_appveyor.py --install "%install_dir%"'
- - ps: .\.appveyor\build.ps1
+ - ps: .\.appveyor\build.ps1 -InstallDir $env:install_dir
for:
# Only build Release builds for master to speed things up: