Skip to content

Commit

Permalink
Redirect AppVeyor IRC notifications to #wesnoth-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkive committed Dec 1, 2016
1 parent 9047493 commit 2aded54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .appveyor.vs2013.yml
Expand Up @@ -16,7 +16,7 @@ before_build:
- set PATH=C:\projects\external\dll;%PATH%

on_success:
- "python utils\\appveyor\\irc-notify.py wesnoth-appveyor-status [{project_name}:{branch}] {short_commit}: \\\"{message}\\\" ({author}) {color_green}Succeeded,Details: {build_url},Commit: {commit_url}"
- "python utils\\appveyor\\irc-notify.py wesnoth-dev [{project_name}:{branch}] {short_commit}: \\\"{message}\\\" ({author}) {color_green}Succeeded,Details: {build_url},Commit: {commit_url}"

on_failure:
- "python utils\\appveyor\\irc-notify.py wesnoth-appveyor-status [{project_name}:{branch}] {short_commit}: \\\"{message}\\\" ({author}) {color_red}Failed,Details: {build_url},Commit: {commit_url}"
- "python utils\\appveyor\\irc-notify.py wesnoth-dev [{project_name}:{branch}] {short_commit}: \\\"{message}\\\" ({author}) {color_red}Failed,Details: {build_url},Commit: {commit_url}"
4 changes: 2 additions & 2 deletions .appveyor.vs2015.yml
Expand Up @@ -23,7 +23,7 @@ build_script:
- msbuild projectfiles\VC14\wesnoth.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"

on_success:
- "python utils\\appveyor\\irc-notify.py wesnoth-appveyor-status [{project_name}:{branch}] {short_commit}: \\\"{message}\\\" ({author}) {color_green}Succeeded,Details: {build_url},Commit: {commit_url}"
- "python utils\\appveyor\\irc-notify.py wesnoth-dev [{project_name}:{branch}] {short_commit}: \\\"{message}\\\" ({author}) {color_green}Succeeded,Details: {build_url},Commit: {commit_url}"

on_failure:
- "python utils\\appveyor\\irc-notify.py wesnoth-appveyor-status [{project_name}:{branch}] {short_commit}: \\\"{message}\\\" ({author}) {color_red}Failed,Details: {build_url},Commit: {commit_url}"
- "python utils\\appveyor\\irc-notify.py wesnoth-dev [{project_name}:{branch}] {short_commit}: \\\"{message}\\\" ({author}) {color_red}Failed,Details: {build_url},Commit: {commit_url}"

0 comments on commit 2aded54

Please sign in to comment.