add AppVeyor artifacts
This commit is contained in:
parent
63d524a5a4
commit
313066f0df
12
appveyor.yml
12
appveyor.yml
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue