Browse Source

Appveyor: Show OpenSSL64 install log for debugging the appveyor CI build

bel2125 9 years ago
parent
commit
658c8d48b3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      appveyor.yml

+ 1 - 0
appveyor.yml

@@ -103,6 +103,7 @@ install:
   - C:\ssl\Win32OpenSSL_102g.exe /SILENT /LOG="C:\ssl\install32_102g.log"
   - C:\ssl\Win64OpenSSL_102g.exe /SILENT /LOG="C:\ssl\install64_102g.log"
   - dir C:\ssl
+  - type C:\ssl\install64_102g.log
 
 
 before_build: