diff options
author | Allen Winter <allen.winter@kdab.com> | 2014-06-06 15:37:28 -0400 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2014-06-06 15:51:27 -0400 |
commit | 64e94578ec0f284f525877fd0df9316bc4708c86 (patch) | |
tree | 17476618138a59c445507d76fad38e51ee31afdb | |
parent | 19b6ab8ad5083f603441df5916f784f70f3b4c8a (diff) | |
download | libical-git-64e94578ec0f284f525877fd0df9316bc4708c86.tar.gz |
another attempt at setting up for Coverity Scan
-rw-r--r-- | .travis.yml | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml index 03d78816..4924d46b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,25 +1,23 @@ 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: "" + - secure: "NlWO/NTPlOU6cowOMuPOvjAprXVwIjmpHHf9CoMR71E2c/eBFFKIHj10kXuyFwz2KihHAIExmo9OlGtGniNWobvIrVrabO3dsOSb6UGbPAQkzQiyQLKsDNQAZx3nMuWEKBtMsVRee6rd7/2uGTY4WB5Ot3VhrUYcN1FoRgQQ9gk=" os: - - linux - - osx +- linux +- osx before_install: ./scripts/setup-travis.sh language: c compiler: - - gcc - - clang +- gcc +- clang script: mkdir build && cd build && cmake .. && make && make test addons: coverity_scan: project: - name: "libical/libical" + name: libical/libical description: "Libical is an Open Source implementation of the iCalendar protocols and protocol data units." notification_email: allen.winter@kdab.com build_command_prepend: mkdir build && cd build && cmake .. |