mirror of https://github.com/ecmwf/eccodes.git
AppVeyor: Add build notification
This commit is contained in:
parent
b989fe399c
commit
4117649faf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue