summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-02-14 05:42:30 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-02-14 05:42:30 +0100
commit915459097ebe081a513a2d981be200538adc140a (patch)
treecf85f524b727dd40a8f2051605b4af8e863266e0
parenteae5fff478b299f0c702010d14f8f0df99be79c9 (diff)
downloadtdv-915459097ebe081a513a2d981be200538adc140a.tar.gz
tdv-915459097ebe081a513a2d981be200538adc140a.tar.xz
tdv-915459097ebe081a513a2d981be200538adc140a.zip
Travis CI: Try enabling Coverity scan
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 68cf98d..b0c9c25 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,18 @@ notifications:
channels: "anathema.us.nu#anathema"
use_notice: true
skip_join: true
+env:
+ global:
+ - secure: "N6CD6ynyF+YpxhyQ6UkRz0pDQiM7jVqP5o5xkXuOP4I7+58Fq6ThEB/LK0NLIwHH9MVIyNWovlf5HHhkaLUW7qVFpmcxM3AGL0lAqaGIbZ8uCVuoL7ERtqpJ3uPl6hrt+tdUaSVvXQgteuTDgprQRICCDBxR/1s7/qBAL1T6VK0="
+addons:
+ coverity_scan:
+ project:
+ name: "pjanouch/sdtui"
+ description: "StarDict terminal UI"
+ notification_email: p.janouch@gmail.com
+ build_command_prepend: "mkdir build; cd build; cmake .. -DCMAKE_BUILD_TYPE=Release"
+ build_command: "make"
+ branch_pattern: coverity_scan
compiler:
- clang
- gcc