diff options
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 3 | ||||
m--------- | cmake | 0 |
2 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: diff --git a/cmake b/cmake -Subproject 77571d71ce48a68cbd6d3a931b89d07e298f3f3 +Subproject e3c81aeff2eae97259df94bc066296432a95ef2 |