Browse Source

gitter integration

Pal Lockheart 7 years ago
parent
commit
442df6a27b
3 changed files with 23 additions and 1 deletions
  1. 8 1
      .appveyor.yml
  2. 8 0
      .travis.yml
  3. 7 0
      README.md

+ 8 - 1
.appveyor.yml

@@ -37,4 +37,11 @@ artifacts:
 
   - path: winrt/AppPackages/SDLPal
     name: SDLPal UWP
-    type: zip
+    type: zip
+notifications:
+- provider: Webhook
+  url: https://webhooks.gitter.im/e/2accb0e6e37119e604b3
+  method: POST
+  on_build_success: true
+  on_build_failure: true
+  on_build_status_changed: true

+ 8 - 0
.travis.yml

@@ -116,3 +116,11 @@ deploy:
   on:
       all_branches: true
       tags: true
+
+notifications:
+  webhooks:
+    urls:
+      - https://webhooks.gitter.im/e/922838d6727e919df50e
+    on_success: change  # options: [always|never|change] default: always
+    on_failure: always  # options: [always|never|change] default: always
+    on_start: never     # options: [always|never|change] default: always

+ 7 - 0
README.md

@@ -32,6 +32,13 @@ Please see [AUTHORS.txt](https://raw.githubusercontent.com/sdlpal/sdlpal/master/
 
 This program does **NOT** include any code or data files of the original game, which are proprietary and copyrighted by SoftStar Inc.
 
+## Chat Room
+
+Want to chat with other members of the SDLPal community?
+
+We have a Gitter Room which you can join below.
+
+[![Join the chat at https://gitter.im/sdlpal/sdlpal](https://badges.gitter.im/sdlpal/sdlpal.svg)](https://gitter.im/sdlpal/sdlpal?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
 
 Building the game
 =================