[travis] Build with introspection enabled

This commit is contained in:
Behdad Esfahbod 2015-05-04 19:22:11 -07:00
parent be66ec5373
commit 8a254bdd29
1 changed files with 2 additions and 1 deletions

View File

@ -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"