소스 검색

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

bel2125 9 년 전
부모
커밋
658c8d48b3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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: