Skip to content

Commit

Permalink
WIP: Try new OpenSSL on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesg committed Aug 15, 2015
1 parent 2260261 commit 4476033
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
Expand Up @@ -10,8 +10,8 @@ install:
- msiexec /i "C:\projects\sources\strawberry-perl-5.20.1.1-64bit.msi" /qn INSTALLDIR="C:\projects\perl"

# OpenSSL
- ps: Start-FileDownload http://slproweb.com/download/Win64OpenSSL-1_0_1j.exe
#- msiexec /i "C:\projects\sources\Win64OpenSSL-1_0_1j.exe" /silent /verysilent /sp- /suppressmsgboxes DIR="C:\projects\openssl"
- ps: Start-FileDownload http://slproweb.com/download/Win64OpenSSL-1_0_1p.exe
- msiexec /i "C:\projects\sources\Win64OpenSSL-1_0_1p.exe" /silent /verysilent /sp- /suppressmsgboxes DIR="C:\projects\openssl"

- set PATH=C:\projects\perl\perl\bin;C:\projects\perl\perl\site\bin;C:\projects\perl\c\bin;%PATH%
- cd C:\projects\p5-Git-Raw
Expand All @@ -25,3 +25,4 @@ install:

build_script:
- dzil test --all
- dir /s/b C:\projects\openssl

0 comments on commit 4476033

Please sign in to comment.