mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
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:
parent
917a1b2e06
commit
2da0130b98
@ -151,6 +151,7 @@ before_script:
|
||||
fi;
|
||||
$srcdir/config -v $CONFIG_OPTS;
|
||||
fi
|
||||
- ./configdata.pm --dump
|
||||
- cd $top
|
||||
|
||||
script:
|
||||
|
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user