1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-12-22 04:02:04 +03:00

Check appveyor problem 'the system can not execute the specified program'

This commit is contained in:
bel
2015-12-10 00:16:16 +01:00
parent 59f9861374
commit fca77a232d

View File

@@ -99,6 +99,7 @@ install:
- if not exist C:\ssl\ (md C:\ssl\)
- if not exist C:\ssl\Win32OpenSSL.exe (curl http://slproweb.com/download/Win32OpenSSL-1_0_2d.exe -o C:\ssl\Win32OpenSSL.exe)
- if not exist C:\ssl\Win64OpenSSL.exe (curl http://slproweb.com/download/Win64OpenSSL-1_0_2d.exe -o C:\ssl\Win64OpenSSL.exe)
- dir C:\ssl
- C:\ssl\Win32OpenSSL.exe /SILENT /LOG="C:\ssl\install32.log"
- C:\ssl\Win64OpenSSL.exe /SILENT /LOG="C:\ssl\install64.log"