Switch AppVeyor notifications to webhook w/ irker-appveryor-collector

This commit is contained in:
Alexander van Gessel 2017-12-02 21:43:04 +01:00 committed by Charles Dang
parent bb7cf37e04
commit b28d8d469a
3 changed files with 37 additions and 7 deletions

View File

@ -7,6 +7,8 @@ configuration:
platform: win32
skip_branch_with_pr: true
shallow_clone: true
matrix:
fast_finish: true # Stop after a build failure
before_build:
- cd ..
- ps: wget https://github.com/aquileia/external/archive/VC12.zip -O VC12.zip
@ -15,5 +17,13 @@ before_build:
- cd wesnoth
- set PATH=C:\projects\external\dll;%PATH%
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}"
notifications:
- provider: Webhook
url: http://ai0867.net:6661/wesnoth
headers:
User-Agent: WesnothAppveyor/1.0
Version: vs2013
Num-Versions: 3
Authorization: TODO
on_build_success: true
on_build_failure: true

View File

@ -7,6 +7,8 @@ configuration:
platform: win32
skip_branch_with_pr: true
shallow_clone: true
matrix:
fast_finish: true # Stop after a build failure
before_build:
- cd ..
- ps: wget https://github.com/aquileia/external/archive/VC14.zip -O VC14.zip
@ -22,5 +24,13 @@ before_build:
build_script:
- msbuild projectfiles\VC14\wesnoth.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
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}"
notifications:
- provider: Webhook
url: http://ai0867.net:6661/wesnoth
headers:
User-Agent: WesnothAppveyor/1.0
Version: vs2015
Num-Versions: 3
Authorization: TODO
on_build_success: true
on_build_failure: true

View File

@ -7,6 +7,8 @@ configuration:
platform: win32
skip_branch_with_pr: true
shallow_clone: true
matrix:
fast_finish: true # Stop after a build failure
before_build:
- cd ..
- ps: wget https://github.com/aquileia/external/archive/VC15.zip -O VC15.zip
@ -22,9 +24,17 @@ before_build:
build_script:
- msbuild projectfiles\VC15\wesnoth.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
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}"
artifacts:
- path: wesnoth.exe
- path: wesnothd.exe
notifications:
- provider: Webhook
url: http://ai0867.net:6661/wesnoth
headers:
User-Agent: WesnothAppveyor/1.0
Version: vs2017
Num-Versions: 3
Authorization: TODO
on_build_success: true
on_build_failure: true