提交 8a254bdd 编写于 作者: B Behdad Esfahbod

[travis] Build with introspection enabled

上级 be66ec53
...@@ -15,10 +15,11 @@ install: ...@@ -15,10 +15,11 @@ install:
- sudo apt-get install libcairo2-dev # for utils - sudo apt-get install libcairo2-dev # for utils
- sudo apt-get install libicu-dev # for extra unicode functions - sudo apt-get install libicu-dev # for extra unicode functions
- sudo apt-get install libgraphite2-dev # for extra shapers - 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 - sudo pip install cpp-coveralls # for coveralls.io code coverage tracking
script: script:
- NOCONFIGURE=1 ./autogen.sh - 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; } - make && make check && { rm -f src/.libs/NONE.gcov; touch src/NONE; test $CC != gcc || coveralls; }
notifications: notifications:
irc: "irc.freenode.org#harfbuzz" irc: "irc.freenode.org#harfbuzz"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册