Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
travis, appveyor: no IRC notification on success, pliz
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 29 Jun 2018 11:12:23 +0000 (13:12 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 29 Jun 2018 22:19:32 +0000 (00:19 +0200)
.appveyor.yml
.travis.yml

index 26993b8..4cabde8 100644 (file)
@@ -44,7 +44,7 @@ artifacts:
   name: jarfile
 
 # IRC notifications, even if https://github.com/appveyor/ci/issues/88 is not closed yet
-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}"
 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}"
index f681cea..de7da30 100644 (file)
@@ -58,6 +58,8 @@ notifications:
     on_success: change
     on_failure: always
   irc:
+    on_success: change
+    on_failure: always
     channels:
       - "irc.debian.org#simgrid"
   template: