Commit Graph

9 Commits

Author SHA1 Message Date
Matt Ball 20ebb63c88 fixes typo in appveyor config 2016-05-04 14:17:11 -07:00
Steven Fackler b7de627eec Update openssl version in CI 2016-05-03 08:47:28 -07:00
Matt Brubeck ee12087743 Upgrade to work with bitflags 0.5 and 0.6 2016-04-29 13:19:39 -07:00
Andrew Roetker 6ad56a5b28 (maint) Update download version for OpenSSL in appveyor to latest
This commit updates the download version for OpenSSL in appveyor,
previous to this commit the version that was installed was mismatched
from the download version.
2016-03-09 17:24:27 -08:00
Steven Fackler 8a7a766317 Update appveyor openssl version and disable x86_64 build 2016-03-05 13:59:25 -08:00
Steven Fackler c33e2fede0 Update appveyor openssl version 2016-02-02 23:15:31 +00:00
Steven Fackler 0e34ad4bcf Use 1.5.0 instead of nightlies 2015-12-12 18:13:33 -08:00
Andrew Roetker 640888dd4a (maint) Update appveyor link to the OpenSSL download
This commit updates the link in appveyor to the OpenSSL download to fix
Windows PR testing.
2015-12-07 18:27:18 -08:00
Alex Crichton a91b6bf3bd Enable testing on Windows via AppVeyor
This abolishes the test.sh script which spawns a bunch of `openssl` instances to
instead run/manage the binary in-process (providing more isolation to boot). The
tests have been updated accordingly and the `connected_socket` dependency was
also dropped in favor of `net2` as it the former doesn't work on Windows.
2015-09-22 17:37:21 -07:00