瀏覽代碼

Appveyor: openSSL must be installed every time

Otherwise the CI tests will stop with error
load_dll: cannot load libeay32.dll
bel 10 年之前
父節點
當前提交
b5e339537b
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      appveyor.yml

+ 5 - 5
appveyor.yml

@@ -61,11 +61,11 @@ install:
   - if exist "%mingw_log_folder%" @for /f %%f in ('dir /b /oD /tc "%mingw_log_folder%"') do @set "mingw_log_file=%mingw_log_folder%\%%f"
   - if exist "%mingw_log_file%" powershell Push-AppveyorArtifact "%mingw_log_file%" -FileName mingw-download.log
   # Get OpenSSL
-  # - md c:\ssl\
-  # - curl http://slproweb.com/download/Win32OpenSSL-1_0_2d.exe -o C:\ssl\Win32OpenSSL.exe  
-  # - curl http://slproweb.com/download/Win64OpenSSL-1_0_2d.exe -o C:\ssl\Win64OpenSSL.exe
-  # - C:\ssl\Win32OpenSSL.exe /SILENT /LOG="C:\ssl\install32.log"
-  # - C:\ssl\Win64OpenSSL.exe /SILENT /LOG="C:\ssl\install64.log"
+  - md c:\ssl\
+  - curl http://slproweb.com/download/Win32OpenSSL-1_0_2d.exe -o C:\ssl\Win32OpenSSL.exe  
+  - curl http://slproweb.com/download/Win64OpenSSL-1_0_2d.exe -o C:\ssl\Win64OpenSSL.exe
+  - C:\ssl\Win32OpenSSL.exe /SILENT /LOG="C:\ssl\install32.log"
+  - C:\ssl\Win64OpenSSL.exe /SILENT /LOG="C:\ssl\install64.log"
   
 
 before_build: