aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove notification settings from appveyor.ymlRichard Levitte2017-05-171-8/+0
| | | | | | | | Notifications can be (and should be) configured on account basis on the CI web site. This avoids getting emails to openssl-commits for personal accounts that also build OpenSSL stuff. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3484)
* appveyor.yml: split {build,test}_scripts to avoid exit code masking.Andy Polyakov2017-04-081-6/+9
| | | | | | | Last modification effectively masked test failures, so that builds were reported successful even if they failed. Reviewed-by: Richard Levitte <levitte@openssl.org>
* appveyor.yml: call upon cmd to redirect stderr.Andy Polyakov2017-03-041-5/+6
| | | | | | If stderr is not redirected an uncatchable exception is thrown. Reviewed-by: Rich Salz <rsalz@openssl.org>
* appveyor.yml: streamline pull requests.Andy Polyakov2017-03-021-10/+25
| | | | | | | | | | 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)
* appveyor.yml: engage VC-WIN64A-masm.Andy Polyakov2017-02-211-3/+3
| | | | | | | | | | | 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>
* Correct installation test in appveyorRichard Levitte2016-10-211-6/+1
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1759)
* appveyor: make tests verboseRichard Levitte2016-10-191-1/+1
| | | | Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1686)
* Appveyor: test install as well, via a fake deploy_scriptRichard Levitte2016-06-211-1/+15
| | | | Reviewed-by: Matt Caswell <matt@openssl.org>
* Update Travis and Appveyor for change to shared by defaultMatt Caswell2016-04-141-2/+2
| | | | | | | Update the Travis and Appveyor builds to explicitly state no-shared where applicable. Reviewed-by: Richard Levitte <levitte@openssl.org>
* Appveyor - make sure to actually build "shared" in the shared configurationRichard Levitte2016-03-161-1/+7
| | | | Reviewed-by: Matt Caswell <matt@openssl.org>
* Adapt appveyor.yml for the new unified buildRichard Levitte2016-03-091-11/+2
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* AppVeyor: Only use the latest VS versionKurt Roeckx2016-03-071-13/+0
| | | | | | Reviewed-by: Rich Salz <rsalz@openssl.org> GH: #811
* Add initial AppVeyor configurationAlessandro Ghedini2015-11-211-0/+60
Original patch by Frank Morgner. Signed-off-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Rich Salz <rsalz@akamai.com> GH: #456