Skip to content

Commit

Permalink
Merge pull request #888 from GregoryLundberg/GL_appveyor_irc
Browse files Browse the repository at this point in the history
Fix YML for AppVeyor IRC
  • Loading branch information
jyrkive committed Dec 1, 2016
2 parents 80c372b + 6202a10 commit 3dc2fa9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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-appveyor-status [{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-appveyor-status [{project_name}:{branch}] {short_commit}: \\\"{message}\\\" ({author}) {color_red}Failed,Details: {build_url},Commit: {commit_url}"
6 changes: 6 additions & 0 deletions .appveyor.vs2015.yml
Expand Up @@ -21,3 +21,9 @@ before_build:
- set PATH=C:\projects\external\dll;%PATH%
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}"

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}"

0 comments on commit 3dc2fa9

Please sign in to comment.