summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLove Hörnquist Åstrand <lha@h5l.org>2015-04-17 19:46:42 -0700
committerLove Hörnquist Åstrand <lha@h5l.org>2015-04-17 19:46:42 -0700
commita7f90a94582c85ca93b3130e477225ee176f527e (patch)
tree4e4305cba7cd9fc553cf5c17eb3ef6c176671e22 /.travis.yml
parentfeb245f7413f68dc064aa3b68da29088addb0549 (diff)
coverity_scan
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
1 files changed, 16 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e50dcf7d5..5612e146b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,9 @@
language: c
+env:
+ global:
+ secure: "YKG77M7zMvJ+IeV2ziw//HcHqMqFoAzIZlE99Yw/aOn5pvMYKq6Ep7EFVhbfDu9yN0T7M5csCGQeH7/ylDlsZSRMUw72844ezMDM8e10T/lW/T/OYN7j1ZVHh3WSJgS+1D9VG6/Y0OY1Si3lb7PcOdAIU0fPJV5xQONN2+hpJeI="
+
before_script:
- mkdir ci-build
@@ -8,7 +12,7 @@ script:
- cd ci-build
- ../configure
- make
- - make check
+ - if [ ${COVERITY_SCAN_BRANCH} != 1 ]; then make check; fi
compiler:
- clang
@@ -22,3 +26,14 @@ notifications:
email:
on_success: change
on_failure: always
+
+
+addons:
+ coverity_scan:
+ project:
+ name: "heimdal/heimdal"
+ description: "Build submitted via Travis CI"
+ notification_email: lha@h5l.org
+ build_command_prepend: "./configure"
+ build_command: "make"
+ branch_pattern: coverity_scan