From d80097a2806044a307c4218735d8ae41a6af63de Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 10 Dec 2019 16:49:57 +0300 Subject: AppVeyor: switch to cmake/build --- appveyor.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 908ff35..ffde1ad 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 @@ -13,12 +16,12 @@ configuration: - Debug - Release -build_script: - - ps: .\.appveyor\build.ps1 - install: - git submodule update --init --recursive +build_script: + - '"%python_exe%" cmake\build\build_appveyor.py --boost "%appveyor_boost_root%" --boost-librarydir "%appveyor_boost_librarydir%"' + for: # Only build Release builds on master to speed things up: - branches: -- cgit v1.2.3