From 2effaf225490b5dc1552a8efbd586213f4798683 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 16 Dec 2019 01:45:11 +0300 Subject: update cmake-common --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index ef02202..690a2b9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,7 @@ image: environment: python_exe: C:\Python36-x64\python.exe + install_dir: C:\Projects\install\privilege-check platform: - Win32 @@ -20,7 +21,7 @@ install: - git submodule update --init --recursive build_script: - - '"%python_exe%" cmake\build\build_appveyor.py' + - '"%python_exe%" cmake\ci\build_appveyor.py --install "%install_dir%"' for: # Only build Release builds for master to speed things up: -- cgit v1.2.3