summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2014-03-22 13:43:33 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2014-03-22 14:29:11 +0000
commitf8d3a1c1b695d98c7bacb218d9365c9daca987cd (patch)
treee501989a62ab639f540aaada513eb0f4ddd8f5d2
parent91c817b4752e3de61cc0d5b261f966c6e166237c (diff)
downloadswig-f8d3a1c1b695d98c7bacb218d9365c9daca987cd.tar.gz
Set up coverity builds on Travis
On master for the moment, but needs moving to a branch
-rw-r--r--.travis.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7983d0ecd..5a756d66b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -71,3 +71,19 @@ script:
branches:
only:
- master
+
+# Coverity below here
+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: "B7YnKmvUJbeIoSx7BSE8VUXQv9zA1mv9bLGKd6lArc7jyouY1ssrT8N3NMwGhnDcgLsV1w9oYOIuVWAyc/ZNGgsbF95faWLNDIsvAdXBvkHxrHRS1o2OBoYP9MYrBoKO7/6VrTp5KGXwtlj/oZtSlS0FfNccsYRNoxKO4+9dw3A="
+addons:
+ coverity_scan:
+ project:
+ name: "swig/swig"
+ description: "SWIG - http://www.swig.org"
+ notification_email: swig-cvs@lists.sourceforge.net
+ build_command_prepend: ./autogen.sh && ./configure
+ build_command: make source
+ branch_pattern: master