From 9f5fb1fab5d0b83f8fea1542ba02d86931b53f6b Mon Sep 17 00:00:00 2001 From: Paul Priest Date: Sun, 29 May 2016 10:03:56 +0100 Subject: [skip CI] Add irc bot notification for tea-ci (nw) Encrypted file contains secrets generated from tea-ci.org interface. --- .drone.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to '.drone.yml') 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: -- cgit v1.2.3