mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-23 10:36:37 +01:00
Use the environment variable opensll for the version to download.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
0bb0361ffd
commit
b1f676701f
@ -30,7 +30,7 @@ install:
|
||||
else
|
||||
{
|
||||
echo "downloading openssl"
|
||||
Invoke-WebRequest "https://slproweb.com/download/$($env:ssl)OpenSSL-1_0_2e.exe" -OutFile c:\openssl-setup.exe
|
||||
Invoke-WebRequest "https://slproweb.com/download/$($env:ssl)OpenSSL-$($env:openssl).exe" -OutFile c:\openssl-setup.exe
|
||||
echo "installing openssl"
|
||||
Start-Process -Wait -FilePath c:\openssl-setup.exe -ArgumentList "/silent /verysilent /sp- /suppressmsgboxes"
|
||||
}
|
||||
@ -46,6 +46,7 @@ install:
|
||||
|
||||
environment:
|
||||
bundling: bundled
|
||||
openssl: 1_0_2e
|
||||
|
||||
matrix:
|
||||
- builder: cmake
|
||||
|
Loading…
x
Reference in New Issue
Block a user