From: Richard Levitte <levitte@openssl.org>
Date: Mon, 29 Jan 2018 17:22:33 +0000 (+0100)
Subject: Make Travis and Appveyor display the configuration data dump
X-Git-Tag: OpenSSL_1_1_1-pre1~98
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2da0130b98ec1a2f69d2506419fee9edf7d10563;p=oweals%2Fopenssl.git

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)
---

diff --git a/.travis.yml b/.travis.yml
index 4fec1cada0..b361059395 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -151,6 +151,7 @@ before_script:
           fi;
           $srcdir/config -v $CONFIG_OPTS;
       fi
+    - ./configdata.pm --dump
     - cd $top
 
 script:
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`