Home | History | Annotate | Download | only in harfbuzz_ng
      1 language: cpp
      2 compiler:
      3   - clang
      4   - gcc
      5 install:
      6   - 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
     11   - sudo apt-get install libgraphite2-dev # for extra shapers
     12 script: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2 && make CPPFLAGS=-Werror && make check CPPFLAGS=-Werror
     13 notifications:
     14   irc: "irc.freenode.org#harfbuzz"
     15   email: harfbuzz (a] lists.freedesktop.org
     16