aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-09 03:53:08 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-09 03:53:08 +0300
commit3c9cfe8233758209c9a6c08de4c6bb587bd2a9c7 (patch)
tree5bf048ea1549c7ce1b2054fbbb4320ace089596b /appveyor.yml
parentupdate cmake-common (diff)
downloadprivilege-check-3c9cfe8233758209c9a6c08de4c6bb587bd2a9c7.tar.gz
privilege-check-3c9cfe8233758209c9a6c08de4c6bb587bd2a9c7.zip
update cmake-common
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 5d879e3..4216757 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -21,7 +21,7 @@ install:
- git submodule update --init --recursive
build_script:
- - '"%python_exe%" cmake\ci\build_appveyor.py --install "%install_dir%"'
+ - '"%python_exe%" cmake\cmake\build\ci\appveyor.py --install "%install_dir%"'
after_build:
- 7z.exe a "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip" "%install_dir%"