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
11
.drone.yml
11
.drone.yml
@ -12,25 +12,26 @@ build:
|
|||||||
- MAME_EXE=mametiny.exe
|
- MAME_EXE=mametiny.exe
|
||||||
# - SOURCES=src/mame/drivers/pacman.cpp
|
# - SOURCES=src/mame/drivers/pacman.cpp
|
||||||
commands:
|
commands:
|
||||||
|
# - pacman -S -q --noprogressbar --noconfirm winpty
|
||||||
- make
|
- make
|
||||||
- ./$MAME_EXE -validate || echo "Validation successful"
|
- ./$MAME_EXE -validate && echo "Validation successful"
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
irc:
|
irc:
|
||||||
prefix: build
|
prefix: build
|
||||||
nick: $$IRC_USER
|
nick: $$IRC_USER
|
||||||
channel: #mame-dev
|
channel: mame-dev
|
||||||
server:
|
server:
|
||||||
host: $$IRC_HOST
|
host: $$IRC_HOST
|
||||||
port: $$IRC_PORT
|
port: $$IRC_PORT
|
||||||
password: $$IRC_PASS
|
password: $$IRC_PASS
|
||||||
tls: true
|
tls: true
|
||||||
when:
|
when:
|
||||||
success: false
|
success: false
|
||||||
failure: true
|
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:
|
#notify:
|
||||||
# email:
|
# email:
|
||||||
# from: git@mamedev.org
|
# from: git@mamedev.org
|
||||||
|
Loading…
Reference in New Issue
Block a user