From 5325fd51628707c14902876f12006da7c4f8ab37 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 21 Jun 2016 15:10:31 -0400 Subject: travis: tweak coverity build command The `build` shell func isn't in scope of the coverity shell script. --- scripts/travis-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/travis-build.sh b/scripts/travis-build.sh index 6d16e14e..badaf97c 100755 --- a/scripts/travis-build.sh +++ b/scripts/travis-build.sh @@ -32,7 +32,7 @@ coverity_scan() { export COVERITY_SCAN_PROJECT_NAME="${TRAVIS_REPO_SLUG}" export COVERITY_SCAN_NOTIFICATION_EMAIL="google-breakpad-dev@googlegroups.com" - export COVERITY_SCAN_BUILD_COMMAND="build" + export COVERITY_SCAN_BUILD_COMMAND="./configure && make -j${JOBS}" export COVERITY_SCAN_BUILD_COMMAND_PREPEND="git clean -q -x -d -f; git checkout -f" export COVERITY_SCAN_BRANCH_PATTERN="master" -- cgit v1.2.1