mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Merge branch 'maint-0.3.5'
This commit is contained in:
commit
56f24889a2
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
4
changes/ticket28459
Normal file
4
changes/ticket28459
Normal file
|
@ -0,0 +1,4 @@
|
|||
o Minor features (continuous integration, Windows):
|
||||
- Always show the configure and test logs, and upload them as build
|
||||
artifacts, when building for Windows using Appveyor CI.
|
||||
Implements 28459.
|
Loading…
Add table
Reference in a new issue