blob: 1c0dbab11b30b3227fb1ab76be895ed08d56a2e1 [file] [log] [blame]
Behdad Esfahbod5f705b42013-03-05 01:37:44 -05001language: cpp
2compiler:
3 - clang
4 - gcc
5install:
Anthony Carricof7c72b42013-02-24 13:00:33 -05006 - sudo apt-get install pkg-config ragel gtk-doc-tools # for autogen.sh
7 - sudo apt-get install libfreetype6-dev # for font functions
8 - sudo apt-get install libglib2.0-dev # for font functions / tests / utils
9 - sudo apt-get install libcairo2-dev # for utils
10 - sudo apt-get install libicu-dev # for extra unicode functions
Behdad Esfahbodddc456a2013-08-26 17:34:18 -040011 - sudo apt-get install libgraphite2-dev # for extra shapers
Behdad Esfahbodc7c4ccf2013-11-12 15:41:22 -050012script: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2 && make CPPFLAGS=-Werror && make check CPPFLAGS=-Werror
Behdad Esfahbod5f705b42013-03-05 01:37:44 -050013notifications:
14 irc: "irc.freenode.org#harfbuzz"
15 email: harfbuzz@lists.freedesktop.org