summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
AgeCommit message (Collapse)Author
2017-03-04appveyor.yml: call upon cmd to redirect stderr.Andy Polyakov
If stderr is not redirected an uncatchable exception is thrown. Reviewed-by: Rich Salz <rsalz@openssl.org>
2017-03-02appveyor.yml: streamline pull requests.Andy Polyakov
For pull requests not tagged with [extended tests]: - short-curcuit most expensive fuzz and install tests; - skip over non-shared builds; Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2810)
2017-02-21appveyor.yml: engage VC-WIN64A-masm.Andy Polyakov
One of the reasons for why masm/ml64 is not [fully] supported is that it's problematic to support multiple versions. But latest one usually works and/or it's lesser problem to make it work. So idea here is to have a "whistle" when it breaks, so that problems can be evaluated as they emerge. It's kind of "best effort" thing, as opposite to "full support". Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-10-21Correct installation test in appveyorRichard Levitte
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1759)
2016-10-19appveyor: make tests verboseRichard Levitte
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1686)
2016-06-21Appveyor: test install as well, via a fake deploy_scriptRichard Levitte
Reviewed-by: Matt Caswell <matt@openssl.org>
2016-04-14Update Travis and Appveyor for change to shared by defaultMatt Caswell
Update the Travis and Appveyor builds to explicitly state no-shared where applicable. Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-03-16Appveyor - make sure to actually build "shared" in the shared configurationRichard Levitte
Reviewed-by: Matt Caswell <matt@openssl.org>
2016-03-09Adapt appveyor.yml for the new unified buildRichard Levitte
Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-03-07AppVeyor: Only use the latest VS versionKurt Roeckx
Reviewed-by: Rich Salz <rsalz@openssl.org> GH: #811
2015-11-21Add initial AppVeyor configurationAlessandro Ghedini
Original patch by Frank Morgner. Signed-off-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Rich Salz <rsalz@akamai.com> GH: #456