Add .travis.yml for continuous building with travis-ci.org
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 5 Mar 2013 06:37:44 +0000 (01:37 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 5 Mar 2013 06:39:46 +0000 (01:39 -0500)
Notifications sent to IRC channel and mailing list.

.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..8404222
--- /dev/null
@@ -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