AppVeyor: Add email notifications.
This commit is contained in:
parent
128204c71e
commit
90b1301801
1 changed files with 6 additions and 0 deletions
|
@ -11,3 +11,9 @@ before_build:
|
||||||
"\"C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\\vcvarsall.bat\""
|
"\"C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\\vcvarsall.bat\""
|
||||||
build_script:
|
build_script:
|
||||||
cmd: cd "Visual Studio Projects" & vcbuild /M%NUMBER_OF_PROCESSORS% /useenv /rebuild Simh.sln "Release|Win32"
|
cmd: cd "Visual Studio Projects" & vcbuild /M%NUMBER_OF_PROCESSORS% /useenv /rebuild Simh.sln "Release|Win32"
|
||||||
|
notifications:
|
||||||
|
- provider: Email
|
||||||
|
to:
|
||||||
|
- Mark@infocomm.com
|
||||||
|
- lars@nocrew.org
|
||||||
|
on_build_success: false
|
Loading…
Add table
Reference in a new issue