Skip to content

Commit

Permalink
build with open ssl 1.1.1, see https://www.appveyor.com/docs/windows-…
Browse files Browse the repository at this point in the history
…images-software/#tools for the exact version 1.1.1 for APPVEYOR_BUILD_WORKER_IMAGE VS2015 and 1.1.1a for VS2017
  • Loading branch information
chcg authored and misery committed Jan 14, 2019
1 parent 806a4dc commit dab96eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@ environment:
- PlatformToolset: mingw-w64
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
QTPath: C:\Qt\5.11\mingw53_32
OPENSSLPath: C:\OpenSSL-v11-Win32
OPENSSLPath: C:\OpenSSL-v111-Win32

- PlatformToolset: v140
platform: x64
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
QTPath: C:\Qt\5.11\msvc2015_64
OPENSSLPath: C:\OpenSSL-v11-Win64
OPENSSLPath: C:\OpenSSL-v111-Win64
ARCHI: amd64

- PlatformToolset: v140
platform: Win32
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
QTPath: C:\Qt\5.11\msvc2015
OPENSSLPath: C:\OpenSSL-v11-Win32
OPENSSLPath: C:\OpenSSL-v111-Win32
ARCHI: x86

- PlatformToolset: v141
platform: x64
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
QTPath: C:\Qt\5.11\msvc2017_64
OPENSSLPath: C:\OpenSSL-v11-Win64
OPENSSLPath: C:\OpenSSL-v111-Win64
ARCHI: amd64

configuration:
Expand Down

0 comments on commit dab96eb

Please sign in to comment.