mirror of
https://github.com/open-simh/simh.git
synced 2026-05-01 14:06:14 +00:00
AppVeyor: Add email notifications.
This commit is contained in:
committed by
Mark Pizzolato
parent
128204c71e
commit
90b1301801
@@ -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
|
||||||
Reference in New Issue
Block a user