浏览代码

Delete all old OpenSSL versions from the Appveyor cache

bel2125 9 年之前
父节点
当前提交
10b1e990c3
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      appveyor.yml

+ 2 - 0
appveyor.yml

@@ -97,6 +97,8 @@ install:
   - if exist "%mingw_log_file%" powershell Push-AppveyorArtifact "%mingw_log_file%" -FileName mingw-download.log
   # Get OpenSSL
   - if not exist C:\ssl\ (md C:\ssl\)
+  - del C:\ssl\*.exe
+  - del C:\ssl\*.log
   - if not exist C:\ssl\Win32OpenSSL.exe (curl http://slproweb.com/download/Win32OpenSSL-1_0_2g.exe -o C:\ssl\Win32OpenSSL.exe)
   - if not exist C:\ssl\Win64OpenSSL.exe (curl http://slproweb.com/download/Win64OpenSSL-1_0_2g.exe -o C:\ssl\Win64OpenSSL.exe)
   - dir C:\ssl