2021-10-29 14:24:36 +00:00
|
|
|
version: 9.1.0.{build}-{branch}
|
2020-06-05 22:09:17 +00:00
|
|
|
os: MinGW
|
|
|
|
|
|
|
|
image: Visual Studio 2019
|
2021-05-24 22:47:39 +00:00
|
|
|
|
2020-06-05 22:09:17 +00:00
|
|
|
platform:
|
|
|
|
- x64
|
|
|
|
|
|
|
|
build:
|
|
|
|
parallel: true
|
|
|
|
verbosity: detailed
|
|
|
|
|
|
|
|
environment:
|
|
|
|
global:
|
2020-11-15 18:44:39 +00:00
|
|
|
PYTHON_VERSION: Python39
|
2021-08-03 15:32:54 +00:00
|
|
|
NJOBS: 4
|
2020-06-05 22:09:17 +00:00
|
|
|
matrix:
|
2021-02-21 03:30:52 +00:00
|
|
|
- CMAKE_GENERATOR: MSYS Makefiles
|
2021-05-24 22:47:39 +00:00
|
|
|
- CMAKE_GENERATOR: Visual Studio 16 2019
|
2020-06-05 22:09:17 +00:00
|
|
|
|
|
|
|
install:
|
2021-02-21 03:30:52 +00:00
|
|
|
- ports\ci\appveyor\install_deps.bat
|
2020-06-05 22:09:17 +00:00
|
|
|
|
|
|
|
build_script:
|
2021-02-21 03:30:52 +00:00
|
|
|
- ports\ci\appveyor\build.bat
|
2020-06-05 22:09:17 +00:00
|
|
|
|
2020-06-11 20:38:57 +00:00
|
|
|
after_build:
|
2021-02-21 03:30:52 +00:00
|
|
|
- ports\ci\appveyor\deploy.bat
|
|
|
|
|
2020-06-05 22:09:17 +00:00
|
|
|
notifications:
|
|
|
|
- provider: Email
|
|
|
|
to:
|
|
|
|
- hipersayan.x@gmail.com
|
|
|
|
on_build_success: false
|
|
|
|
on_build_failure: false
|
|
|
|
on_build_status_changed: true
|