Bump CI versions

This commit is contained in:
Steven Fackler 2017-12-15 21:42:05 -05:00
parent 43753698da
commit 138884f5b8
2 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@ openssl_110: &OPENSSL_110
VERSION: 1.1.0g VERSION: 1.1.0g
openssl_102: &OPENSSL_102 openssl_102: &OPENSSL_102
LIBRARY: openssl LIBRARY: openssl
VERSION: 1.0.2m VERSION: 1.0.2n
openssl_101: &OPENSSL_101 openssl_101: &OPENSSL_101
LIBRARY: openssl LIBRARY: openssl
VERSION: 1.0.1u VERSION: 1.0.1u

View File

@ -15,10 +15,10 @@ environment:
- TARGET: x86_64-pc-windows-gnu - TARGET: x86_64-pc-windows-gnu
BITS: 64 BITS: 64
MSYS2: 1 MSYS2: 1
OPENSSL_VERSION: 1_0_2m OPENSSL_VERSION: 1_0_2n
- TARGET: i686-pc-windows-msvc - TARGET: i686-pc-windows-msvc
BITS: 32 BITS: 32
OPENSSL_VERSION: 1_0_2m OPENSSL_VERSION: 1_0_2n
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