AppVeyor: Add build notification

This commit is contained in:
Shahram Najm 2020-02-12 16:17:22 +00:00
parent b989fe399c
commit 4117649faf
1 changed files with 14 additions and 0 deletions

View File

@ -92,3 +92,17 @@ test_script:
- cmd: codes_info
- cmd: for /F "tokens=* USEBACKQ" %%F IN (`codes_info -s`) DO (ls %%F)
- cmd: for /F "tokens=* USEBACKQ" %%F IN (`codes_info -d`) DO (ls %%F)
#---------------------------------#
# notifications #
#---------------------------------#
notifications:
# Email
- provider: Email
to:
- shahram.najm@ecmwf.int
subject: 'Build {{status}}' # optional
message: "{{message}}, {{commitId}}, ..." # optional
on_build_status_changed: true