[skip CI] Fix channel for irc notifications - no # (nw)

+ example for pacman, should we never need to bring in non-default deps
This commit is contained in:
Paul Priest 2016-05-29 11:41:30 +01:00
parent be406134ae
commit 7af080d453

View File

@ -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