aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-03-30 13:45:27 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-04-05 20:48:12 +0300
commit65b24a87d444d4136f59c21860b7265bdd094e50 (patch)
tree4f33c7031ba1747230065972945c0455f9d11269 /.appveyor.yml
parentAppVeyor: fast_finish (diff)
downloadprivilege-check-65b24a87d444d4136f59c21860b7265bdd094e50.tar.gz
privilege-check-65b24a87d444d4136f59c21860b7265bdd094e50.zip
update cmake-common
Diffstat (limited to '')
-rw-r--r--.appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index a72aab5..4a61be0 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -24,7 +24,8 @@ install:
- git submodule update --init --recursive
build_script:
- - '"%python_exe%" cmake\cmake\build\ci\appveyor.py --install "%install_dir%"'
+ - cd cmake
+ - '"%python_exe%" -m project.ci.appveyor.cmake --install "%install_dir%"'
after_build:
- 7z.exe a "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip" "%install_dir%"