mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Merge PR #814: travis-ci: run Coverity only after openssl is built
This commit is contained in:
commit
b8629f324f
@ -32,8 +32,6 @@ matrix:
|
|||||||
dotnet: 2.1.300
|
dotnet: 2.1.300
|
||||||
before_install:
|
before_install:
|
||||||
- true
|
- true
|
||||||
before_script:
|
|
||||||
- true
|
|
||||||
script:
|
script:
|
||||||
- cd developer_tools/stbchecker
|
- cd developer_tools/stbchecker
|
||||||
- dotnet run ../../src/bin/hamcore
|
- dotnet run ../../src/bin/hamcore
|
||||||
@ -71,14 +69,12 @@ cache:
|
|||||||
before_install:
|
before_install:
|
||||||
- bash .ci/build-openssl.sh > build-deps.log 2>&1 || (cat build-deps.log && exit 1)
|
- bash .ci/build-openssl.sh > build-deps.log 2>&1 || (cat build-deps.log && exit 1)
|
||||||
|
|
||||||
before_script:
|
|
||||||
- .ci/coverity.sh
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- export OPENSSL_ROOT_DIR=${OPENSSL_INSTALL_DIR}
|
- export OPENSSL_ROOT_DIR=${OPENSSL_INSTALL_DIR}
|
||||||
- export LD_LIBRARY_PATH="${HOME}/opt/lib:${LD_LIBRARY_PATH:-}"
|
- export LD_LIBRARY_PATH="${HOME}/opt/lib:${LD_LIBRARY_PATH:-}"
|
||||||
- export CFLAGS="-I${HOME}/opt/include"
|
- export CFLAGS="-I${HOME}/opt/include"
|
||||||
- export LDFLAGS="-L${HOME}/opt/lib"
|
- export LDFLAGS="-L${HOME}/opt/lib"
|
||||||
|
- .ci/coverity.sh
|
||||||
- ./configure
|
- ./configure
|
||||||
- make -j $(nproc || sysctl -n hw.ncpu || echo 4) -C tmp
|
- make -j $(nproc || sysctl -n hw.ncpu || echo 4) -C tmp
|
||||||
- ldd build/vpnserver
|
- ldd build/vpnserver
|
||||||
|
Loading…
Reference in New Issue
Block a user