From cfc7a033531ebad820608213b3ce8c301b0027b5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 10 Dec 2019 16:53:20 +0300 Subject: AppVeyor: switch to cmake/build --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'appveyor.yml') 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: -- cgit v1.2.3