mirror of https://github.com/OpenVPN/openvpn-gui
travis-ci: switch to openssl-1.1.0 by default
parent
2f5084d47e
commit
9ceb2d25e5
|
@ -7,7 +7,7 @@ compiler: gcc
|
|||
|
||||
env:
|
||||
global:
|
||||
- OPENSSL_VERSION=1.0.2n
|
||||
- OPENSSL_VERSION=1.1.0g
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
@ -16,10 +16,6 @@ matrix:
|
|||
env: CHOST=i686-w64-mingw32 CONFIG=""
|
||||
- compiler: ": Win64"
|
||||
env: CHOST=x86_64-w64-mingw32 CONFIG=""
|
||||
- compiler: ": Win32 + openssl-1.1.0"
|
||||
env: CHOST=i686-w64-mingw32 CONFIG="" OPENSSL_VERSION=1.1.0g
|
||||
- compiler: ": Win64 + openssl-1.1.0"
|
||||
env: CHOST=x86_64-w64-mingw32 CONFIG="" OPENSSL_VERSION=1.1.0g
|
||||
- compiler: ": Win32"
|
||||
env: CHOST=i686-w64-mingw32 CONFIG="--disable-password-change"
|
||||
- compiler: ": Win64"
|
||||
|
@ -51,4 +47,3 @@ script:
|
|||
cache:
|
||||
directories:
|
||||
- download-cache
|
||||
|
||||
|
|
Loading…
Reference in New Issue