mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
travis-ci: update openssl, libressl
This commit is contained in:
parent
e10983ec6f
commit
06fc93e08e
12
.travis.yml
12
.travis.yml
@ -13,13 +13,13 @@ addons:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- env: OPENSSL_VERSION="1.0.2o" BUILD_DEB="1"
|
- env: OPENSSL_VERSION="1.0.2s" BUILD_DEB="1"
|
||||||
os: linux
|
os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
- env: RUN_SONARCLOUD=1 OPENSSL_VERSION="1.1.0f"
|
- env: RUN_SONARCLOUD=1 OPENSSL_VERSION="1.1.1c"
|
||||||
os: linux
|
os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
- env: OPENSSL_VERSION="1.1.0f" LABEL="linux-ppc64le" CMAKE_VERSION="3.9.6"
|
- env: OPENSSL_VERSION="1.1.1c" LABEL="linux-ppc64le" CMAKE_VERSION="3.9.6"
|
||||||
os: linux-ppc64le
|
os: linux-ppc64le
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
install:
|
install:
|
||||||
@ -28,13 +28,13 @@ matrix:
|
|||||||
- ./bootstrap > build-deps.log 2>&1 || (cat build-deps.log && exit 1)
|
- ./bootstrap > build-deps.log 2>&1 || (cat build-deps.log && exit 1)
|
||||||
- sudo make install > build-deps.log 2>&1 || (cat build-deps.log && exit 1)
|
- sudo make install > build-deps.log 2>&1 || (cat build-deps.log && exit 1)
|
||||||
- cd ..
|
- cd ..
|
||||||
- env: OPENSSL_VERSION="1.0.2o" RUN_COVERITY="1"
|
- env: OPENSSL_VERSION="1.0.2s" RUN_COVERITY="1"
|
||||||
os: linux
|
os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
- env: OPENSSL_VERSION="1.1.0f"
|
- env: OPENSSL_VERSION="1.1.1c"
|
||||||
os: linux
|
os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
- env: LIBRESSL_VERSION="2.8.2"
|
- env: LIBRESSL_VERSION="2.9.2"
|
||||||
os: linux
|
os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
before_install:
|
before_install:
|
||||||
|
Loading…
Reference in New Issue
Block a user