aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-10 16:53:20 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-10 16:53:20 +0300
commitcfc7a033531ebad820608213b3ce8c301b0027b5 (patch)
tree617a813c38b7f978fd77d0642ab644c062b191f9 /appveyor.yml
parentAppVeyor: Release builds only on master (diff)
downloadprivilege-check-cfc7a033531ebad820608213b3ce8c301b0027b5.tar.gz
privilege-check-cfc7a033531ebad820608213b3ce8c301b0027b5.zip
AppVeyor: switch to cmake/build
Diffstat (limited to '')
-rw-r--r--appveyor.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index fc2a1b9..ef02202 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -5,6 +5,9 @@ image:
- Visual Studio 2017
- Visual Studio 2019
+environment:
+ python_exe: C:\Python36-x64\python.exe
+
platform:
- Win32
- x64
@@ -17,7 +20,7 @@ install:
- git submodule update --init --recursive
build_script:
- - ps: .\.appveyor\build.ps1
+ - '"%python_exe%" cmake\build\build_appveyor.py'
for:
# Only build Release builds for master to speed things up: