mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
[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:
parent
be406134ae
commit
7af080d453
@ -12,14 +12,15 @@ 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
|
||||
@ -30,7 +31,7 @@ notify:
|
||||
failure: 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
|
||||
|
Loading…
Reference in New Issue
Block a user