Skip to content

Commit

Permalink
Appveyor: download SSL only if it does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
bel2125 committed Aug 7, 2015
1 parent 386cf41 commit 26d3671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -63,7 +63,7 @@ install:
# Get OpenSSL
- 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\Win32OpenSSL.exe (curl http://slproweb.com/download/Win64OpenSSL-1_0_2d.exe -o C:\ssl\Win64OpenSSL.exe)
- if not exist C:\ssl\Win64OpenSSL.exe (curl http://slproweb.com/download/Win64OpenSSL-1_0_2d.exe -o C:\ssl\Win64OpenSSL.exe)
- C:\ssl\Win32OpenSSL.exe /SILENT /LOG="C:\ssl\install32.log"
- C:\ssl\Win64OpenSSL.exe /SILENT /LOG="C:\ssl\install64.log"

Expand Down

0 comments on commit 26d3671

Please sign in to comment.