aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
AgeCommit message (Collapse)Author
2018-10-10Appveyor: Don't try to install the mingw openssl packageNick Mathewson
This package conflicts with a preinstalled mingw openssl. Fixes bug 27943. I think this was an appveyor change, not a Tor bug.
2018-10-10Install only one of the two mingw architectures in appveyorNick Mathewson
Closes ticket 27765 This commit also changes the appveyor file to a unified line ending style, since the old one was pretty confused. Use "-b" to see the real differences.
2018-09-12Merge remote-tracking branch 'teor/bug27464-034' into maint-0.3.4Nick Mathewson
2018-09-07Appveyor: Disable gcc hardening in Windows 64-bit buildsteor
As of August 29, 2018, Appveyor images come with gcc 8.2.0 by default. 64-bit Windows executables compiled with gcc 8.2.0 and tor's --enable-gcc-hardening crash. Fixes bug 27460; bugfix on 0.3.4.1-alpha.
2018-09-05Stop reinstalling identical packages in our Windows CIteor
Fixes bug 27464; bugfix on 0.3.4.1-alpha.
2018-09-05Appveyor: tail config.log and cat test-suite.log after failed buildsteor
Also zip the full logs, and upload them as build artifacts. Implements ticket 27430.
2018-09-05Appveyor: always log the compiler path and versionteor
Implements 27449.
2018-08-24CI: Only post Appveyor IRC notifications when the build failsteor
Implements 27275.
2018-05-22Appveyor configuration files.Nick Mathewson
Original by Marcin Cieślak, with modifications from Isis Lovecruft and Nick Mathewson.