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:
|
env:
|
||||||
global:
|
global:
|
||||||
- OPENSSL_VERSION=1.0.2n
|
- OPENSSL_VERSION=1.1.0g
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
@ -16,10 +16,6 @@ matrix:
|
||||||
env: CHOST=i686-w64-mingw32 CONFIG=""
|
env: CHOST=i686-w64-mingw32 CONFIG=""
|
||||||
- compiler: ": Win64"
|
- compiler: ": Win64"
|
||||||
env: CHOST=x86_64-w64-mingw32 CONFIG=""
|
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"
|
- compiler: ": Win32"
|
||||||
env: CHOST=i686-w64-mingw32 CONFIG="--disable-password-change"
|
env: CHOST=i686-w64-mingw32 CONFIG="--disable-password-change"
|
||||||
- compiler: ": Win64"
|
- compiler: ": Win64"
|
||||||
|
@ -51,4 +47,3 @@ script:
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- download-cache
|
- download-cache
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue