summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorbe_ <be.0@gmx.com>2018-01-02 13:34:39 -0600
committerbe_ <be.0@gmx.com>2018-01-02 13:34:39 -0600
commit1db89c9c669ef1795ca22ef035e9097852abdef6 (patch)
tree1bae241f10e5257bfb08f8782bf64f745c819b54 /appveyor.yml
parentae3f81ece3810bc06bc7be81f9dcad637c701251 (diff)
parentc2246766ff60f484747c9385c94a2c22334be705 (diff)
Merge remote-tracking branch 'upstream/2.1'
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml19
1 files changed, 10 insertions, 9 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 038add2def..99d13e80ce 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -22,8 +22,6 @@ configuration:
# - release
# - debug
environment:
- ZULIP_EMAIL:
- secure: sIPLydvxMgNTxZAUD/Ia97wxEX9phggY3TDPyidvWPgQrCqCPyaaA1iyNHf9J+amgW2mF4EQHgfI/XzfgmsvMg==
ENVIRONMENTS_URL: https://downloads.mixxx.org/builds/buildserver/2.1.x-windows/
ENVIRONMENTS_PATH: C:\mixxx-buildserver
matrix:
@@ -79,11 +77,14 @@ deploy:
name: downloads.mixxx.org
notifications:
- - provider: Email
- to:
- - '%ZULIP_EMAIL%'
- subject: 'Build {{status}}' # optional
- message: "{{message}}, {{commitId}}, ..." # optional
+ - 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
- #- provider: Webhook # Not suported by Zulip yet
-
+ 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}}"