X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0fe5e08a172fa3189f51d8cf2a4564e5b3bafce5..3d7b2917a0d9b09fe6dfc4efc173740c4a8604bb:/.appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml index e1ae3f1c06..4cabde877c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -43,8 +43,8 @@ artifacts: - path: simgrid.jar name: jarfile -# notifications: -# - irc: "irc.debian.org#simgrid" # Not implemented by AppVeyor yet :( - - - +# IRC notifications, even if https://github.com/appveyor/ci/issues/88 is not closed yet +on_failure: + - "python tools/appveyor-irc-notify.py simgrid [{project_name}:{branch}] {short_commit}: \"{message}\" ({author}) {color_red}Failed,Details: {build_url},Commit: {commit_url}" +#on_success: +# - "python tools/appveyor-irc-notify.py simgrid [{project_name}:{branch}] {short_commit}: \"{message}\" ({author}) {color_green}Succeeded,Details: {build_url},Commit: {commit_url}"