Magic_Game/appveyor.yml

42 lines
561 B
YAML
Raw Normal View History

version: 0.9.{build}
2019-08-06 09:13:08 +08:00
2019-08-05 14:38:26 +08:00
skip_tags: true
2019-08-06 09:13:08 +08:00
2019-08-05 14:38:26 +08:00
skip_commits:
message: /\[chore\]/
2019-08-06 09:13:08 +08:00
2019-08-05 14:38:26 +08:00
only_commits:
files:
- '**/*.h'
- '**/*.hpp'
- '**/*.cpp'
- '**/*.sln'
- '**/*.vcxproj'
- '**/*.rc'
2019-08-06 09:13:08 +08:00
2019-08-05 11:24:54 +08:00
configuration:
- Debug
- Release
2019-08-06 09:13:08 +08:00
2019-08-05 11:24:54 +08:00
platform:
- Win32
2019-08-06 09:13:08 +08:00
2019-08-05 11:24:54 +08:00
before_build:
- ps: nuget restore
2019-08-06 09:13:08 +08:00
2019-08-05 11:24:54 +08:00
build:
project: ./Kiwano.sln
parallel: true
2019-08-05 12:32:05 +08:00
verbosity: minimal
2019-08-06 09:13:08 +08:00
artifacts:
- path: output/Win32/**/*.lib
name: Win32
2019-08-05 12:32:05 +08:00
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