mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-23 18:48:15 +00:00
AppVeyor: only notify on failure
This commit is contained in:
parent
b8bdea8487
commit
5bde7428a3
@ -15,8 +15,5 @@ before_build:
|
||||
- cd wesnoth
|
||||
- set PATH=C:\projects\external\dll;%PATH%
|
||||
|
||||
on_success:
|
||||
- "python utils\\appveyor\\irc-notify.py wesnoth-dev {bold}{project_name} - {configuration_name} {color_green}{author}{plain} {bold}{short_commit}: {plain}{message} {color_green}Succeeded,{bold}Details: {plain}{build_url}"
|
||||
|
||||
on_failure:
|
||||
- "python utils\\appveyor\\irc-notify.py wesnoth-dev {bold}{project_name} - {configuration_name} {color_green}{author}{plain} {bold}{short_commit}: {plain}{message} {color_red}Failed,{bold}Details: {plain}{build_url}"
|
||||
|
@ -22,8 +22,5 @@ before_build:
|
||||
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-dev {bold}{project_name} - {configuration_name} {color_green}{author}{plain} {bold}{short_commit}: {plain}{message} {color_green}Succeeded,{bold}Details: {plain}{build_url}"
|
||||
|
||||
on_failure:
|
||||
- "python utils\\appveyor\\irc-notify.py wesnoth-dev {bold}{project_name} - {configuration_name} {color_green}{author}{plain} {bold}{short_commit}: {plain}{message} {color_red}Failed,{bold}Details: {plain}{build_url}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user