mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-07 16:36:48 +01:00
Use Win32OpenSSL-1_0_2e.exe
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
09ecc0a3eb
commit
120bad0b57
@ -15,6 +15,7 @@ install:
|
||||
- c:\cygwin\bin\uname -a
|
||||
- c:\cygwin\bin\cat /proc/cpuinfo
|
||||
- c:\cygwin\bin\cat /proc/meminfo
|
||||
- set
|
||||
- cinst cmake
|
||||
- ps: |
|
||||
if (Test-Path "c:\OpenSSL-$env:ssl")
|
||||
@ -24,7 +25,7 @@ install:
|
||||
else
|
||||
{
|
||||
echo "downloading openssl"
|
||||
Invoke-WebRequest "https://slproweb.com/download/$($env:ssl)OpenSSL-1_0_2d.exe" -OutFile c:\openssl-setup.exe
|
||||
Invoke-WebRequest "https://slproweb.com/download/$($env:ssl)OpenSSL-1_0_2e.exe" -OutFile c:\openssl-setup.exe
|
||||
echo "installing openssl"
|
||||
Start-Process -Wait -FilePath c:\openssl-setup.exe -ArgumentList "/silent /verysilent /sp- /suppressmsgboxes"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user