summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Paul Priest <ppriest@gmail.com>2016-05-29 11:41:30 +0100
committer Paul Priest <ppriest@gmail.com>2016-05-29 11:44:59 +0100
commit7af080d4539c7b99df0051f830c9cadf81939abc (patch)
tree12b299d9ca6127dfa53bb6a3c9a77ab395a5aae7
parentbe406134ae7739e75e22af9f6de6880a2818a45f (diff)
[skip CI] Fix channel for irc notifications - no # (nw)
+ example for pacman, should we never need to bring in non-default deps
-rw-r--r--.drone.yml11
1 files changed, 6 insertions, 5 deletions
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