aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-11-20 13:10:38 -0500
committerNick Mathewson <nickm@torproject.org>2018-11-20 13:10:38 -0500
commita9820f072bf1bd796651e9e3913988e6224bd524 (patch)
treeb6d5a91118ed1d14fa70f37e8c8f304e3c42ccf8 /.appveyor.yml
parent0489288aa2ec62c84f612f80bb56883244af380d (diff)
parent9da8cd0bc35920bc1492efd3312d05f147fc7f7e (diff)
downloadtor-a9820f072bf1bd796651e9e3913988e6224bd524.tar.gz
tor-a9820f072bf1bd796651e9e3913988e6224bd524.zip
Merge branch 'maint-0.3.4' into maint-0.3.5
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 34f234f922..18097f8881 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -76,7 +76,7 @@ test_script:
Execute-Bash "VERBOSE=1 make -j2 check"
}
-on_failure:
+on_finish:
- ps: >-
if ($env:compiler -eq "mingw") {
<# use the MSYS2 user binaries to archive failures #>
@@ -91,5 +91,7 @@ on_failure:
Execute-Bash "tail -1000 config.log || true"
Execute-Bash "cat test-suite.log || true"
}
+
# notify the IRC channel of any failures
+on_failure:
- cmd: C:\Python27\python.exe %APPVEYOR_BUILD_FOLDER%\scripts\test\appveyor-irc-notify.py irc.oftc.net:6697 tor-ci failure