[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Fri Jun 12 17:37:54 PDT 2015
.travis.yml | 13 +++++++++++++
1 file changed, 13 insertions(+)
New commits:
commit f0c80060763475aa34a18ecbef600b6811855cb6
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Fri Jun 12 17:37:41 2015 -0700
[TravisCI] Hook up Coverity
First try...
diff --git a/.travis.yml b/.travis.yml
index 894b613..3f7378b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,9 @@ env:
- CFLAGS="-Werror --coverage"
- CXXFLAGS="-Werror --coverage"
- LDFLAGS="--coverage"
+ # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
+ # via the "travis encrypt" command using the project repo's public key
+ - secure: "RoR4NtzEDTR8QKmLVuy2wN+YGXuq8VcgVvDuFJDdOdIbtX+kQStesJXDcf1y0G1T8Ripjn9JGXBd9eoUwNc8sJpxNwKZBkIPi42FuK6e/cZZRYlgUyi5df0fQJ8VSCDU7OoZJq3pAtTe8mQPeeuk5G7cKRSsJVt8e03K7PQcU6Y="
install:
- sudo apt-get install pkg-config ragel gtk-doc-tools # for autogen.sh
- sudo apt-get install libfreetype6-dev # for font functions
@@ -24,3 +27,13 @@ script:
notifications:
irc: "irc.freenode.org#harfbuzz"
email: harfbuzz at lists.freedesktop.org
+
+addons:
+ coverity_scan:
+ project:
+ name: "behdad/harfbuzz"
+ description: "Build submitted via Travis CI"
+ notification_email: coverity at behdad.org
+ build_command_prepend: "./configure; make clean"
+ build_command: "make -j 4"
+ branch_pattern: master
More information about the HarfBuzz
mailing list