add irc notifications
This commit is contained in:
parent
8a1473f99d
commit
d8f72669b7
1 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,12 @@
|
|||
language: nix
|
||||
script:
|
||||
- bash ci/deploy.sh
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
on_success: change
|
||||
on_failure: always
|
||||
channels:
|
||||
- "irc.freenode.net#nixos-nur"
|
||||
template:
|
||||
- "%{result} - %{branch} \"%{commit_subject}\" %{build_url}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue