aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2016-06-21 15:10:31 -0400
committerMike Frysinger <vapier@chromium.org>2016-06-21 15:10:31 -0400
commit5325fd51628707c14902876f12006da7c4f8ab37 (patch)
tree764e51cca8b5cb83f1baf823de8236820803836b /scripts
parenttravis: add coverity scan integration (diff)
downloadbreakpad-5325fd51628707c14902876f12006da7c4f8ab37.tar.xz
travis: tweak coverity build command
The `build` shell func isn't in scope of the coverity shell script.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis-build.sh2
1 files changed, 1 insertions, 1 deletions
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"