[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Mon Mar 4 23:17:59 PST 2013


 .travis.yml |   12 ++++++++++++
 1 file changed, 12 insertions(+)

New commits:
commit 5f705b437cb116275a8c20366e694d740bce715c
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Tue Mar 5 01:37:44 2013 -0500

    Add .travis.yml for continuous building with travis-ci.org
    
    Notifications sent to IRC channel and mailing list.

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..8404222
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,12 @@
+language: cpp
+compiler:
+  - clang
+  - gcc
+install:
+  - sudo apt-get install pkg-config ragel   # for autogen.sh
+  - sudo apt-get install libfreetype6-dev   # for font fallbacks
+  - sudo apt-get install libglib2.0-dev     # for tests / utils
+  - sudo apt-get install libcairo2-dev      # for utils
+notifications:
+  irc: "irc.freenode.org#harfbuzz"
+  email: harfbuzz at lists.freedesktop.org



More information about the HarfBuzz mailing list