AppVeyor: Add email notifications.

This commit is contained in:
Lars Brinkhoff 2019-10-29 08:06:43 -07:00 committed by Mark Pizzolato
parent 128204c71e
commit 90b1301801

View file

@ -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