2020-06-05 22:09:17 +00:00
|
|
|
version: 9.0.0.{build}-{branch}
|
|
|
|
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
|
2020-06-05 22:09:17 +00:00
|
|
|
# api key from https://bintray.com/profile/edit
|
|
|
|
# encrypted in https://ci.appveyor.com/tools/encrypt
|
|
|
|
BT_KEY:
|
|
|
|
secure: seneRk4ppI4bquIsdweI8pd8FT0RXUvU2LOUNGSBEA28IhFQijypil2CfC3WtJxa
|
|
|
|
|
|
|
|
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
|
|
|
# - ports\ci\appveyor\push_artifacts.bat
|
|
|
|
#
|
|
|
|
#deploy_script:
|
|
|
|
# - ports\ci\appveyor\upload.bat
|
|
|
|
|
|
|
|
notifications:
|
|
|
|
- provider: Email
|
|
|
|
to:
|
|
|
|
- hipersayan.x@gmail.com
|
|
|
|
on_build_success: false
|
|
|
|
on_build_failure: false
|
|
|
|
on_build_status_changed: true
|