From 46455604568e0dcdd2ede614109fd45908541a0e Mon Sep 17 00:00:00 2001 From: Rob Reynolds Date: Tue, 18 Apr 2017 18:59:53 -0500 Subject: [PATCH] (build) add appveyor notifications Add notificatiosn for builds on appveyor --- appveyor.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 9bf0a67..b0b6f92 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,3 +29,20 @@ test_script: #---------------------------------# deploy_script: - ps: . .\AppVeyor\AppveyorDeploy.ps1 + +#---------------------------------# +# notification configuration # +#---------------------------------# +notifications: +- provider: Email + to: + - chocolatey-build-status@googlegroups.com + subject: AppVeyor - cChoco DSC Resource Build Notification + on_build_success: false + on_build_failure: true + on_build_status_changed: true +- provider: Webhook + url: https://webhooks.gitter.im/e/f764ee3ccd6ed7348224 + on_build_success: true + on_build_failure: true + on_build_status_changed: true