2021-01-15 10:16:08 -07:00
|
|
|
version: '{branch}-{build}'
|
2021-01-30 23:43:25 -07:00
|
|
|
configuration: RelWithDebInfo
|
2021-01-15 10:16:08 -07:00
|
|
|
clone_folder: C:\Textractor
|
|
|
|
skip_branch_with_pr: false
|
2021-01-30 23:43:25 -07:00
|
|
|
|
2021-01-15 10:16:08 -07:00
|
|
|
environment:
|
|
|
|
matrix:
|
|
|
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
2021-01-30 23:43:25 -07:00
|
|
|
arch: x64
|
2021-01-15 10:16:08 -07:00
|
|
|
platform: x64
|
2021-10-23 00:20:44 -06:00
|
|
|
qtbin: msvc2019_64
|
2021-01-15 10:16:08 -07:00
|
|
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
2021-01-30 23:43:25 -07:00
|
|
|
arch: x86
|
2021-01-15 10:16:08 -07:00
|
|
|
platform: Win32
|
2021-10-23 00:20:44 -06:00
|
|
|
qtbin: msvc2019
|
2021-01-15 10:16:08 -07:00
|
|
|
|
|
|
|
before_build:
|
2021-11-07 06:18:42 -07:00
|
|
|
- git submodule update --init
|
2021-01-15 10:16:08 -07:00
|
|
|
- cd C:\
|
2021-01-30 23:43:25 -07:00
|
|
|
- mkdir %arch%
|
|
|
|
- cd %arch%
|
2021-10-23 00:15:05 -06:00
|
|
|
- cmake -G "Visual Studio 16 2019" -A "%platform%" -DQt5_DIR="C:\Qt\5.15\%qtbin%\lib\cmake\Qt5" -DCMAKE_BUILD_TYPE="RelWithDebInfo" -DVERSION="" ../Textractor
|
2021-01-15 10:16:08 -07:00
|
|
|
|
|
|
|
build:
|
2021-01-30 23:43:25 -07:00
|
|
|
project: C:\%arch%\Textractor.sln
|
2021-02-21 14:15:59 -07:00
|
|
|
parallel: false
|
2021-01-15 10:16:08 -07:00
|
|
|
verbosity: normal
|
|
|
|
|
2021-01-30 22:56:31 -07:00
|
|
|
after_build:
|
2021-01-30 23:43:25 -07:00
|
|
|
- 7z a Textractor-Alpha%APPVEYOR_BUILD_NUMBER%-%arch%.zip C:\Textractor\builds\RelWithDebInfo_%arch%\*
|
|
|
|
- appveyor PushArtifact Textractor-Alpha%APPVEYOR_BUILD_NUMBER%-%arch%.zip
|
2021-01-15 10:16:08 -07:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
- provider: Email
|
|
|
|
to:
|
|
|
|
- akashmozumdar@gmail.com
|
|
|
|
on_build_success: false
|
|
|
|
on_build_failure: true
|
|
|
|
on_build_status_changed: true
|