From 313066f0dfeac2b1652a72e62d67c5252abc8b94 Mon Sep 17 00:00:00 2001 From: Nomango <569629550@qq.com> Date: Tue, 6 Aug 2019 09:13:08 +0800 Subject: [PATCH] add AppVeyor artifacts --- appveyor.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index d6d33c06..677647ad 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,10 @@ version: 0.9.{build} + skip_tags: true + skip_commits: message: /\[chore\]/ + only_commits: files: - '**/*.h' @@ -10,17 +13,26 @@ only_commits: - '**/*.sln' - '**/*.vcxproj' - '**/*.rc' + configuration: - Debug - Release + platform: - Win32 + before_build: - ps: nuget restore + build: project: ./Kiwano.sln parallel: true verbosity: minimal + +artifacts: +- path: output/Win32/**/*.lib + name: Win32 + notifications: - provider: Email to: