Explorar el Código

Delete all old OpenSSL versions from the Appveyor cache

bel2125 hace 9 años
padre
commit
10b1e990c3
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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