summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
AgeCommit message (Collapse)Author
2017-05-17Remove notification settings from appveyor.ymlRichard Levitte
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) (cherry picked from commit 7a94f5b0f7c878b1056a08f659ce23aa97bfa3ad)
2016-10-21Correct installation test in appveyorRichard Levitte
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1759) (cherry picked from commit 92403e77ac57e7c5fe49d2d2f304839757293922)
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