Add notifications
This commit is contained in:
+18
@@ -51,3 +51,21 @@ branches:
|
|||||||
except:
|
except:
|
||||||
- # Do not build tags that we create when we upload to GitHub Releases
|
- # Do not build tags that we create when we upload to GitHub Releases
|
||||||
- /^(?i:continuous)$/
|
- /^(?i:continuous)$/
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
irc:
|
||||||
|
channels:
|
||||||
|
- "chat.freenode.net#AppImage"
|
||||||
|
on_success: always # options: [always|never|change] default: always
|
||||||
|
on_failure: always # options: [always|never|change] default: always
|
||||||
|
on_start: always # options: [always|never|change] default: always
|
||||||
|
template:
|
||||||
|
- "%{repository} build %{build_number}: %{result} %{build_url}"
|
||||||
|
use_notice: true
|
||||||
|
# skip_join: true
|
||||||
|
webhooks:
|
||||||
|
urls:
|
||||||
|
- https://webhooks.gitter.im/e/4bf20518805a55998cc2
|
||||||
|
on_success: always # options: [always|never|change] default: always
|
||||||
|
on_failure: always # options: [always|never|change] default: always
|
||||||
|
on_start: always # options: [always|never|change] default: always
|
||||||
|
|||||||
Reference in New Issue
Block a user