Commit 9da8cd0b authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Merge remote-tracking branch 'teor/ticket28459-034' into maint-0.3.4

parents fe1fb4b0 b8ce1de4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -70,7 +70,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 #>
@@ -85,5 +85,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

changes/ticket28459

0 → 100644
+4 −0
Original line number Diff line number Diff line
  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.