summaryrefslogtreecommitdiffstatshomepage
path: root/.drone.yml
diff options
context:
space:
mode:
author Paul Priest <ppriest@gmail.com>2016-05-29 10:03:56 +0100
committer Paul Priest <ppriest@gmail.com>2016-05-29 10:03:56 +0100
commit9f5fb1fab5d0b83f8fea1542ba02d86931b53f6b (patch)
tree9e79d32faa6faed3ebc8d208a6254bea7fabfcd9 /.drone.yml
parent141e1c77700dcc49d686e4768c46493d7efec2c3 (diff)
[skip CI] Add irc bot notification for tea-ci (nw)
Encrypted file contains secrets generated from tea-ci.org interface.
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml17
1 files changed, 16 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 51c4f305c64..d387a0d8bb8 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -14,7 +14,22 @@ build:
commands:
- make
- ./$MAME_EXE -validate || echo "Validation successful"
-
+
+notify:
+ irc:
+ prefix: build
+ nick: $$IRC_USER
+ channel: #mame-dev
+ server:
+ host: $$IRC_HOST
+ port: $$IRC_PORT
+ password: $$IRC_PASS
+ tls: true
+ when:
+ success: false
+ failure: true
+ change: true
+
# Need to create secrets file from within tea-ci.org
#notify:
# email: