summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1944992f95..4879ec24a4 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -71,3 +71,16 @@ on_finish:
deploy:
- provider: Environment
name: downloads.mixxx.org
+
+notifications:
+ - provider: Webhook
+ url: https://mixxx.zulipchat.com/api/v1/messages
+ method: POST
+ content_type: application/x-www-form-urlencoded
+ headers:
+ Authorization:
+ secure: 95cbVBcC4rogjE5VNdhuYm8cnjPF8+7SeQXySqcxAqrFZxK+/Kcn3Q2hRb2iZfUEKZ+EdCYwx7EbpZdSiZc5goAuJT+/QXXT/Ls+fzc+eSy4Sz1Ic5t2BjLhmYZLdnBL3uIVceNSb8GzYPQx0+xy7g==
+ on_build_success: true
+ on_build_failure: true
+ on_build_status_changed: true
+ body: "type=stream&to=appveyor&subject={{projectName}} Build {{buildVersion}} {{status}}&content=Build {{buildVersion}} {{status}}{{#isPullRequest}} (PR #{{pullRequestId}}) {{/isPullRequest}}{{#failed}} :x:{{/failed}}{{#passed}} :y:{{/passed}} {{buildUrl}}"