summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-01-29 18:22:33 +0100
committerRichard Levitte <levitte@openssl.org>2018-01-29 21:56:48 +0100
commit2da0130b98ec1a2f69d2506419fee9edf7d10563 (patch)
treec625ed72c6a9058aabf784c4ae077fc20ade0d53 /appveyor.yml
parent917a1b2e069ba807417c8dffaa8f1e5214813de8 (diff)
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.yml1
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`