From 7af080d4539c7b99df0051f830c9cadf81939abc Mon Sep 17 00:00:00 2001 From: Paul Priest Date: Sun, 29 May 2016 11:41:30 +0100 Subject: [skip CI] Fix channel for irc notifications - no # (nw) + example for pacman, should we never need to bring in non-default deps --- .drone.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index d387a0d8bb8..ef898228c9a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,25 +12,26 @@ build: - MAME_EXE=mametiny.exe # - SOURCES=src/mame/drivers/pacman.cpp commands: +# - pacman -S -q --noprogressbar --noconfirm winpty - make - - ./$MAME_EXE -validate || echo "Validation successful" + - ./$MAME_EXE -validate && echo "Validation successful" notify: irc: prefix: build nick: $$IRC_USER - channel: #mame-dev + channel: mame-dev server: host: $$IRC_HOST port: $$IRC_PORT password: $$IRC_PASS tls: true - when: + when: success: false failure: true - change: true + change: true -# Need to create secrets file from within tea-ci.org +# Need to regen secrets file (.drone.sec) from within tea-ci.org to enable #notify: # email: # from: git@mamedev.org -- cgit v1.2.3