Skip to content

Commit

Permalink
Use var for ssl package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Mar 29, 2015
1 parent 2c2c2da commit e452974
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
environment:
CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Release
NSIS_ROOT: C:\nsis
SSL_VER: 1_0_2a

configuration:
- Release

install:
- appveyor DownloadFile http:https://slproweb.com/download/Win32OpenSSL-1_0_2a.exe
- Win32OpenSSL-1_0_2.exe /silent /verysilent /sp- /suppressmsgboxes
- appveyor DownloadFile http:https://slproweb.com/download/Win32OpenSSL-%SSL_VER%.exe
- Win32OpenSSL-%SSL_VER%.exe /silent /verysilent /sp- /suppressmsgboxes
- appveyor DownloadFile ftp:https://sourceware.org/pub/pthreads-win32/pthreads-w32-2-9-1-release.zip
- 7z -y x pthreads-w32-2-9-1-release.zip -oC:\pthreads\
- appveyor DownloadFile "http:https://sunet.dl.sourceforge.net/project/nsis/NSIS 2/2.46/nsis-2.46-setup.exe" -FileName nsissetup.exe
Expand Down

0 comments on commit e452974

Please sign in to comment.