Make Travis and Appveyor display the configuration data dump
authorRichard Levitte <levitte@openssl.org>
Mon, 29 Jan 2018 17:22:33 +0000 (18:22 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 29 Jan 2018 20:56:48 +0000 (21:56 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5185)

.travis.yml
appveyor.yml

index 4fec1cada0535eb097860829f53bcb8e0d3f4a21..b36105939548cd1e5cace08f27ce6ab0c4489e68 100644 (file)
@@ -151,6 +151,7 @@ before_script:
           fi;
           $srcdir/config -v $CONFIG_OPTS;
       fi
+    - ./configdata.pm --dump
     - cd $top
 
 script:
index 75b1ccffbe78fca31b13c321b6f52f8666f8e7a3..b3165d59d698943ccca4473639f90ba03b4a3660 100644 (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`