diff options
author | Richard Levitte <levitte@openssl.org> | 2018-01-29 18:22:33 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-01-29 21:56:48 +0100 |
commit | 2da0130b98ec1a2f69d2506419fee9edf7d10563 (patch) | |
tree | c625ed72c6a9058aabf784c4ae077fc20ade0d53 /appveyor.yml | |
parent | Document the use of configdata.pm as a script (diff) | |
download | openssl-2da0130b98ec1a2f69d2506419fee9edf7d10563.tar.xz openssl-2da0130b98ec1a2f69d2506419fee9edf7d10563.zip |
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)
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 75b1ccffbe..b3165d59d6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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` |