Make Travis and Appveyor display the configuration data dump
[openssl.git] / appveyor.yml
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`