aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-03-30 13:43:10 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-04-05 20:48:50 +0300
commitfa4bfcdbe2f4455a4efb85aa08da38170588feb6 (patch)
tree29c47f3dd88805feae040e892daeedcc28c602f7 /.appveyor
parentAppVeyor: fast_finish (diff)
downloadwindows7-drivers-fa4bfcdbe2f4455a4efb85aa08da38170588feb6.tar.gz
windows7-drivers-fa4bfcdbe2f4455a4efb85aa08da38170588feb6.zip
update cmake-common
Diffstat (limited to '')
-rw-r--r--.appveyor.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 0bb0a7b..bac19e8 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -32,7 +32,9 @@ install:
- git submodule update --init --recursive
build_script:
- - '"%python_exe%" um\cmake\cmake\build\ci\appveyor.py --install "%install_dir%"'
+ - cd um\cmake
+ - '"%python_exe%" -m project.ci.appveyor.cmake --install "%install_dir%"'
+ - cd ..\..
- ps: .\.appveyor\build.ps1 -InstallDir $env:install_dir
after_build: