update appveyor.yaml
This commit is contained in:
parent
4a012c3104
commit
6d6172a05d
13
appveyor.yml
13
appveyor.yml
|
|
@ -1,4 +1,15 @@
|
|||
version: 0.9.{build}
|
||||
skip_tags: true
|
||||
skip_commits:
|
||||
message: /\[chore\]/
|
||||
only_commits:
|
||||
files:
|
||||
- '**/*.h'
|
||||
- '**/*.hpp'
|
||||
- '**/*.cpp'
|
||||
- '**/*.sln'
|
||||
- '**/*.vcxproj'
|
||||
- '**/*.rc'
|
||||
configuration:
|
||||
- Debug
|
||||
- Release
|
||||
|
|
@ -16,4 +27,4 @@ notifications:
|
|||
- 569629550@qq.com
|
||||
on_build_success: false
|
||||
on_build_failure: true
|
||||
on_build_status_changed: true
|
||||
on_build_status_changed: false
|
||||
Loading…
Reference in New Issue