add AppVeyor artifacts

This commit is contained in:
Nomango 2019-08-06 09:13:08 +08:00 committed by Nomango
parent 63d524a5a4
commit 313066f0df
1 changed files with 12 additions and 0 deletions

View File

@ -1,7 +1,10 @@
version: 0.9.{build} version: 0.9.{build}
skip_tags: true skip_tags: true
skip_commits: skip_commits:
message: /\[chore\]/ message: /\[chore\]/
only_commits: only_commits:
files: files:
- '**/*.h' - '**/*.h'
@ -10,17 +13,26 @@ only_commits:
- '**/*.sln' - '**/*.sln'
- '**/*.vcxproj' - '**/*.vcxproj'
- '**/*.rc' - '**/*.rc'
configuration: configuration:
- Debug - Debug
- Release - Release
platform: platform:
- Win32 - Win32
before_build: before_build:
- ps: nuget restore - ps: nuget restore
build: build:
project: ./Kiwano.sln project: ./Kiwano.sln
parallel: true parallel: true
verbosity: minimal verbosity: minimal
artifacts:
- path: output/Win32/**/*.lib
name: Win32
notifications: notifications:
- provider: Email - provider: Email
to: to: