2019-08-05 13:24:27 +08:00
|
|
|
version: 0.9.{build}
|
2019-08-05 14:38:26 +08:00
|
|
|
skip_tags: true
|
|
|
|
|
skip_commits:
|
|
|
|
|
message: /\[chore\]/
|
|
|
|
|
only_commits:
|
|
|
|
|
files:
|
|
|
|
|
- '**/*.h'
|
|
|
|
|
- '**/*.hpp'
|
|
|
|
|
- '**/*.cpp'
|
|
|
|
|
- '**/*.sln'
|
|
|
|
|
- '**/*.vcxproj'
|
|
|
|
|
- '**/*.rc'
|
2019-08-05 11:24:54 +08:00
|
|
|
configuration:
|
|
|
|
|
- Debug
|
|
|
|
|
- Release
|
|
|
|
|
platform:
|
|
|
|
|
- Win32
|
|
|
|
|
before_build:
|
|
|
|
|
- ps: nuget restore
|
|
|
|
|
build:
|
|
|
|
|
project: ./Kiwano.sln
|
|
|
|
|
parallel: true
|
2019-08-05 12:32:05 +08:00
|
|
|
verbosity: minimal
|
|
|
|
|
notifications:
|
|
|
|
|
- provider: Email
|
|
|
|
|
to:
|
|
|
|
|
- 569629550@qq.com
|
|
|
|
|
on_build_success: false
|
|
|
|
|
on_build_failure: true
|
2019-08-05 14:38:26 +08:00
|
|
|
on_build_status_changed: false
|