1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-25 09:44:02 +00:00

enable IRC notifications

This commit is contained in:
Valentin Ochs 2017-01-14 14:11:38 +01:00
parent 648b7acfaa
commit 1e341052e0

View file

@ -37,15 +37,15 @@ script:
- cmake $CMAKE_OPTIONS ..
- make -j 2
#notifications:
# irc:
# channels:
# - "irc.esper.net#bitblot"
# skip_join: true
# use_notice: true
# template:
# #- "[%{commit}: %{author}] %{message}"
# #- "%{build_url}"
# - "[%{repository}#%{branch} @%{commit}] %{author}): %{message}"
# - "Diff: %{compare_url}"
# - "Build: %{build_url}"
notifications:
irc:
channels:
- "irc.esper.net#bitblot"
skip_join: true
use_notice: true
template:
#- "[%{commit}: %{author}] %{message}"
#- "%{build_url}"
- "[%{repository_slug}#%{branch} @%{commit}] (%{author}): %{message}"
- "Diff: %{compare_url}"
- "Build: %{build_url}"