X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fac8a0059e91f9fedffd5879a9743c9e2b0d7d87..67fe7b9d6c00b390a8598bc1e72d42d8343cb218:/.appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml index 72d470e4b5..4cabde877c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -2,7 +2,7 @@ # # Build logs: https://ci.appveyor.com/project/simgrid/simgrid -# Documentation: https://www.appveyor.com/docs/ +# Documentation: https://www.appveyor.com/docs/ # https://www.appveyor.com/docs/installed-software/ os: Visual Studio 2015 @@ -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}"