|
@@ -60,7 +60,7 @@ test_script:
|
|
Execute-Bash "VERBOSE=1 make -j2 check"
|
|
Execute-Bash "VERBOSE=1 make -j2 check"
|
|
}
|
|
}
|
|
|
|
|
|
-on_failure:
|
|
+on_finish:
|
|
- ps: >-
|
|
- ps: >-
|
|
if ($env:compiler -eq "mingw") {
|
|
if ($env:compiler -eq "mingw") {
|
|
$oldpath = ${env:Path} -split ';'
|
|
$oldpath = ${env:Path} -split ';'
|
|
@@ -73,4 +73,6 @@ on_failure:
|
|
Execute-Bash "tail -1000 config.log || true"
|
|
Execute-Bash "tail -1000 config.log || true"
|
|
Execute-Bash "cat test-suite.log || true"
|
|
Execute-Bash "cat test-suite.log || true"
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+on_failure:
|
|
- cmd: C:\Python27\python.exe %APPVEYOR_BUILD_FOLDER%\scripts\test\appveyor-irc-notify.py irc.oftc.net:6697 tor-ci failure
|
|
- cmd: C:\Python27\python.exe %APPVEYOR_BUILD_FOLDER%\scripts\test\appveyor-irc-notify.py irc.oftc.net:6697 tor-ci failure
|