mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
CI: Only post Appveyor IRC notifications when the build fails
Implements 27275.
This commit is contained in:
parent
ced350882d
commit
08ad1f1e46
@ -54,9 +54,6 @@ test_script:
|
||||
Execute-Bash "VERBOSE=1 make -j2 check"
|
||||
}
|
||||
|
||||
on_success:
|
||||
- cmd: C:\Python27\python.exe %APPVEYOR_BUILD_FOLDER%\scripts\test\appveyor-irc-notify.py irc.oftc.net:6697 tor-ci success
|
||||
|
||||
on_failure:
|
||||
- cmd: C:\Python27\python.exe %APPVEYOR_BUILD_FOLDER%\scripts\test\appveyor-irc-notify.py irc.oftc.net:6697 tor-ci failure
|
||||
|
||||
|
3
changes/ticket27275
Normal file
3
changes/ticket27275
Normal file
@ -0,0 +1,3 @@
|
||||
o Minor features (continuous integration):
|
||||
- Only post Appveyor IRC notifications when the build fails.
|
||||
Implements ticket 27275.
|
Loading…
Reference in New Issue
Block a user