Redirect email notifications to another mailing list dedicated for this (#790)
This commit is contained in:
parent
581996ea79
commit
20022575c6
|
@ -63,7 +63,7 @@ matrix:
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc: "irc.freenode.org#harfbuzz"
|
irc: "irc.freenode.org#harfbuzz"
|
||||||
email: harfbuzz@lists.freedesktop.org
|
email: harfbuzz-bots-chatter@googlegroups.com
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
@ -83,7 +83,7 @@ addons:
|
||||||
name: harfbuzz/harfbuzz
|
name: harfbuzz/harfbuzz
|
||||||
version: 1.0
|
version: 1.0
|
||||||
description: HarfBuzz OpenType text shaping engine
|
description: HarfBuzz OpenType text shaping engine
|
||||||
notification_email: harfbuzz@lists.freedesktop.org
|
notification_email: harfbuzz-bots-chatter@googlegroups.com
|
||||||
build_command_prepend: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2
|
build_command_prepend: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2
|
||||||
build_command: make
|
build_command: make
|
||||||
branch_pattern: coverity_scan
|
branch_pattern: coverity_scan
|
||||||
|
|
|
@ -49,5 +49,10 @@ build_script:
|
||||||
cache:
|
cache:
|
||||||
- c:\tools\vcpkg\installed\
|
- c:\tools\vcpkg\installed\
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
- provider: Email
|
||||||
|
to:
|
||||||
|
- harfbuzz-bots-chatter@googlegroups.com
|
||||||
|
|
||||||
# disable automatic tests
|
# disable automatic tests
|
||||||
test: off
|
test: off
|
||||||
|
|
Loading…
Reference in New Issue