diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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: |