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;
|
fi;
|
||||||
$srcdir/config -v $CONFIG_OPTS;
|
$srcdir/config -v $CONFIG_OPTS;
|
||||||
fi
|
fi
|
||||||
|
- ./configdata.pm --dump
|
||||||
- cd $top
|
- cd $top
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
@ -31,6 +31,7 @@ before_build:
|
|||||||
- mkdir _build
|
- mkdir _build
|
||||||
- cd _build
|
- cd _build
|
||||||
- perl ..\Configure %TARGET% %SHARED%
|
- perl ..\Configure %TARGET% %SHARED%
|
||||||
|
- perl configdata.pm --dump
|
||||||
- cd ..
|
- cd ..
|
||||||
- ps: >-
|
- ps: >-
|
||||||
if (-not $env:APPVEYOR_PULL_REQUEST_NUMBER`
|
if (-not $env:APPVEYOR_PULL_REQUEST_NUMBER`
|
||||||
|
Loading…
Reference in New Issue
Block a user