appveyor.yml: clarify conditions for building the plain configuration
authorRichard Levitte <levitte@openssl.org>
Thu, 26 Nov 2020 20:21:02 +0000 (21:21 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 23 Feb 2021 18:08:39 +0000 (19:08 +0100)
commit51d058cd9418508b48ec44dce6087ce730173832
tree5648f7703323be66c96d5a26e634b19b7e716a19
parent4f6aeabd65bf13795823f4a6f4a03c815e9d096f
appveyor.yml: clarify conditions for building the plain configuration

The "plain" configuration is only meant to be built for an '[extended tests]'
commit, or on the master branch.  This isn't at all clear from the
scripts, and furthermore, we "skip" the plain configuration by running
the OpenSSL configuration script...  and then nothing more.

Instead, we use AppVeyor configuration issues to specify when and when
not to build the "plain" configuration, and leave it to the scripts to
do the right thing using only $env:EXTENDED_TESTS.

Fixes #7958

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13537)
appveyor.yml