aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-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: