Add .travis.yml for continuous building with travis-ci.org

Notifications sent to IRC channel and mailing list.
pull/2/head
Behdad Esfahbod 12 years ago
parent cd54d505d1
commit 5f705b437c
  1. 12
      .travis.yml

@ -0,0 +1,12 @@
language: cpp
compiler:
- clang
- gcc
install:
- sudo apt-get install pkg-config ragel # for autogen.sh
- sudo apt-get install libfreetype6-dev # for font fallbacks
- sudo apt-get install libglib2.0-dev # for tests / utils
- sudo apt-get install libcairo2-dev # for utils
notifications:
irc: "irc.freenode.org#harfbuzz"
email: harfbuzz@lists.freedesktop.org
Loading…
Cancel
Save