aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-25 00:38:19 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-25 00:38:19 +0300
commit9c746da4ae92ccc750bd8b4c858aa3f1d0cdf36d (patch)
tree00655e8ef8ea0094ad3eb5f05c026a4abf45aee1 /.appveyor
parentAppVeyor: only Debug on Win32 (diff)
downloadwindows7-drivers-9c746da4ae92ccc750bd8b4c858aa3f1d0cdf36d.tar.gz
windows7-drivers-9c746da4ae92ccc750bd8b4c858aa3f1d0cdf36d.zip
update cmake-common
Diffstat (limited to '.appveyor')
-rw-r--r--.appveyor/build.ps13
-rw-r--r--.appveyor/test.ps12
2 files changed, 5 insertions, 0 deletions
diff --git a/.appveyor/build.ps1 b/.appveyor/build.ps1
index 432bca3..18e7cc6 100644
--- a/.appveyor/build.ps1
+++ b/.appveyor/build.ps1
@@ -134,6 +134,9 @@ function Build-ProjectAppVeyor {
$appveyor_cwd = pwd
}
+ $script:ProjectDir = (Resolve-Path $script:ProjectDir).Path
+ $script:InstallDir = (Resolve-Path $script:InstallDir).Path
+
try {
Build-ProjectKernelMode `
-ProjectDir $script:ProjectDir `
diff --git a/.appveyor/test.ps1 b/.appveyor/test.ps1
index c17e99e..8c28bf9 100644
--- a/.appveyor/test.ps1
+++ b/.appveyor/test.ps1
@@ -108,6 +108,8 @@ function Run-ProjectTestsAppVeyor {
$appveyor_cwd = pwd
}
+ $script:InstallDir = (Resolve-Path $script:InstallDir).Path
+
try {
Run-ProjectTests -InstallDir $script:InstallDir
} finally {