aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-16 01:45:11 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-16 01:45:11 +0300
commit2effaf225490b5dc1552a8efbd586213f4798683 (patch)
tree8561cceb331ae7db464b54390229592ed9c79cb5
parentcmake: add install() rules (diff)
downloadprivilege-check-2effaf225490b5dc1552a8efbd586213f4798683.tar.gz
privilege-check-2effaf225490b5dc1552a8efbd586213f4798683.zip
update cmake-common
Diffstat (limited to '')
-rw-r--r--appveyor.yml3
m---------cmake0
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