From 2d30d718a0b928dc97493835fde3aa7e31b202d1 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Tue, 20 Nov 2018 09:34:17 +0500 Subject: [PATCH] travis-ci: run Coverity only after openssl is built --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 04d44caa..cabe237b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,8 +32,6 @@ matrix: dotnet: 2.1.300 before_install: - true - before_script: - - true script: - cd developer_tools/stbchecker - dotnet run ../../src/bin/hamcore @@ -71,14 +69,12 @@ cache: before_install: - bash .ci/build-openssl.sh > build-deps.log 2>&1 || (cat build-deps.log && exit 1) -before_script: - - .ci/coverity.sh - script: - export OPENSSL_ROOT_DIR=${OPENSSL_INSTALL_DIR} - export LD_LIBRARY_PATH="${HOME}/opt/lib:${LD_LIBRARY_PATH:-}" - export CFLAGS="-I${HOME}/opt/include" - export LDFLAGS="-L${HOME}/opt/lib" + - .ci/coverity.sh - ./configure - make -j $(nproc || sysctl -n hw.ncpu || echo 4) -C tmp - ldd build/vpnserver