Fix YML for AppVeyor IRC
This commit is contained in:
parent
860e03c697
commit
6202a10bcc
2 changed files with 8 additions and 2 deletions
|
@ -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}"
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue