Skip to content

Commit

Permalink
travis: Enable coverity (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed Jan 22, 2015
1 parent a8f1b80 commit 18706e7
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,21 @@ compiler:

script: make -f travis/Makefile run-tests

# Performance regression test vs v23
continuous-performance:
reference-commit: 3b9473f4731d0c911cc6934c86ce9e1db291c077
script:
- mkdir -p build-reference && cd build-reference && cmake .. && make
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- secure: "WG/iday4nudNJ9acP/gjjuXzI0Jw0MN0zP9JA3WueMvMV0UrVRnBKM+papB06XiB4Gyiaoy92pfOGzmby0ciMAvydBn2DyuGZhM1nXuEIbkQqfP3AR3z6nCZHY27NAhVnpnEAyb56FwD353JMVZj34cnRmcjgKArMM3Y8W66Zls="

addons:
coverity_scan:
project:
name: "SimonKagstrom/kcov"
description: "code coverage"
notification_email: [email protected]
build_command_prepend: "mkdir coverity-build && cmake .."
build_command: "cd coverity-build && make"
branch_pattern: coverity_scan

notifications:
recipients:
Expand Down

0 comments on commit 18706e7

Please sign in to comment.