Make Travis and Appveyor display the configuration data dump

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5185)
This commit is contained in:
Richard Levitte 2018-01-29 18:22:33 +01:00
parent 917a1b2e06
commit 2da0130b98
2 changed files with 2 additions and 0 deletions

View File

@ -151,6 +151,7 @@ before_script:
fi;
$srcdir/config -v $CONFIG_OPTS;
fi
- ./configdata.pm --dump
- cd $top
script:

View File

@ -31,6 +31,7 @@ before_build:
- mkdir _build
- cd _build
- perl ..\Configure %TARGET% %SHARED%
- perl configdata.pm --dump
- cd ..
- ps: >-
if (-not $env:APPVEYOR_PULL_REQUEST_NUMBER`