diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-10 16:49:57 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-10 16:49:57 +0300 |
commit | d80097a2806044a307c4218735d8ae41a6af63de (patch) | |
tree | eef465766a2a08957dcc795877db96dccb1d364a /appveyor.yml | |
parent | AppVeyor: Release builds only on master (diff) | |
download | winapi-debug-d80097a2806044a307c4218735d8ae41a6af63de.tar.gz winapi-debug-d80097a2806044a307c4218735d8ae41a6af63de.zip |
AppVeyor: switch to cmake/build
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 9 |
1 files changed, 6 insertions, 3 deletions
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: |