Skip to content
Snippets Groups Projects
Unverified Commit 598b326f authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Merge pull request #888 from sfackler/version-bumps

Upgrade 1.1.0 and 1.0.2 test versions
parents 020b2384 7942db5e
Branches
Tags
No related merge requests found
...@@ -94,10 +94,10 @@ openssl_111: &OPENSSL_111 ...@@ -94,10 +94,10 @@ openssl_111: &OPENSSL_111
VERSION: 1.1.1-pre2 VERSION: 1.1.1-pre2
openssl_110: &OPENSSL_110 openssl_110: &OPENSSL_110
LIBRARY: openssl LIBRARY: openssl
VERSION: 1.1.0g VERSION: 1.1.0h
openssl_102: &OPENSSL_102 openssl_102: &OPENSSL_102
LIBRARY: openssl LIBRARY: openssl
VERSION: 1.0.2n VERSION: 1.0.2o
openssl_101: &OPENSSL_101 openssl_101: &OPENSSL_101
LIBRARY: openssl LIBRARY: openssl
VERSION: 1.0.1u VERSION: 1.0.1u
......
...@@ -5,20 +5,20 @@ environment: ...@@ -5,20 +5,20 @@ environment:
- TARGET: i686-pc-windows-gnu - TARGET: i686-pc-windows-gnu
BITS: 32 BITS: 32
MSYS2: 1 MSYS2: 1
OPENSSL_VERSION: 1_1_0g OPENSSL_VERSION: 1_1_0h
- TARGET: x86_64-pc-windows-msvc - TARGET: x86_64-pc-windows-msvc
BITS: 64 BITS: 64
OPENSSL_VERSION: 1_1_0g OPENSSL_VERSION: 1_1_0h
OPENSSL_DIR: C:\OpenSSL OPENSSL_DIR: C:\OpenSSL
# 1.0.2, 64/32 bit # 1.0.2, 64/32 bit
- TARGET: x86_64-pc-windows-gnu - TARGET: x86_64-pc-windows-gnu
BITS: 64 BITS: 64
MSYS2: 1 MSYS2: 1
OPENSSL_VERSION: 1_0_2n OPENSSL_VERSION: 1_0_2o
- TARGET: i686-pc-windows-msvc - TARGET: i686-pc-windows-msvc
BITS: 32 BITS: 32
OPENSSL_VERSION: 1_0_2n OPENSSL_VERSION: 1_0_2o
OPENSSL_DIR: C:\OpenSSL OPENSSL_DIR: C:\OpenSSL
- TARGET: x86_64-pc-windows-msvc - TARGET: x86_64-pc-windows-msvc
VCPKG_DEFAULT_TRIPLET: x64-windows VCPKG_DEFAULT_TRIPLET: x64-windows
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment