[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Mon May 4 19:22:21 PDT 2015
.travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 8a254bdd29a99eb91b37e9e540179a1a01f77605
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Mon May 4 19:22:11 2015 -0700
[travis] Build with introspection enabled
diff --git a/.travis.yml b/.travis.yml
index 4b3e0f8..cebabef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,10 +15,11 @@ install:
- sudo apt-get install libcairo2-dev # for utils
- sudo apt-get install libicu-dev # for extra unicode functions
- sudo apt-get install libgraphite2-dev # for extra shapers
+ - sudo apt-get install libgirepository1.0-dev # for gobject-introspection
- sudo pip install cpp-coveralls # for coveralls.io code coverage tracking
script:
- NOCONFIGURE=1 ./autogen.sh
- - ./configure --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2
+ - ./configure --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2 --enable-introspection
- make && make check && { rm -f src/.libs/NONE.gcov; touch src/NONE; test $CC != gcc || coveralls; }
notifications:
irc: "irc.freenode.org#harfbuzz"
More information about the HarfBuzz
mailing list