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

Notifications sent to IRC channel and mailing list.
This commit is contained in:
Behdad Esfahbod 2013-03-05 01:37:44 -05:00
parent cd54d505d1
commit 5f705b437c
1 changed files with 12 additions and 0 deletions

12
.travis.yml Normal file
View File

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