diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-06 20:35:47 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-06 20:35:47 +0100 |
commit | e3ae9391d28d74f188b9f752fce4e63f552ea04a (patch) | |
tree | a0e6ddf671691ca4120e9fbf29f77d51ae314e5e | |
parent | 63b2870625ff5ce7b0b3d639e841b58f9ec33f9b (diff) | |
download | yawa-e3ae9391d28d74f188b9f752fce4e63f552ea04a.tar.xz |
add coverity section to travis
-rw-r--r-- | .travis.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 594059c..bd8b122 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,19 @@ script: ./scripts/travis_run.sh install: - sudo apt-get update -qq - sudo apt-get install -y libx11-dev libimlib2-dev libbsd-dev + +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: "Hf1xjFClKIhsv4o4HqAs8pAqKdauJ3TItMH1uqc0qaPRmh0bFhNs0pwwjhmMjnLrbRrRcnfjwEyuXz3wZysiegSedm/tE0NyMFQql+rjgicmTQj73BMzrIDadQ8jMNaeD44YVDlFknv0ren9/LmSFzYLuI8zjAtIyeKxN++IujE=" + +addons: + coverity_scan: + project: + name: "kyrias/yawa" + description: "Build submitted via Travis CI" + notification_email: johannes@kyriasis.com + build_command_prepend: "cmake -g 'Unix Makefiles'; make clean" + build_command: "make -j 4" + branch_pattern: coverity_scan |