akvirtualcamera/appveyor.yml

37 lines
590 B
YAML
Raw Normal View History

2020-06-05 22:09:17 +00:00
version: 9.0.0.{build}-{branch}
os: MinGW
image: Visual Studio 2019
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
matrix:
2021-02-21 03:30:52 +00:00
- CMAKE_GENERATOR: MSYS Makefiles
- 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