summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <jasuarez@igalia.com>2013-05-19 14:21:58 +0200
committerJuan A. Suarez Romero <jasuarez@igalia.com>2013-05-19 19:39:03 +0200
commitb1bb5eda520028fc32dd20128a1c0cd8698c83aa (patch)
tree3a3e28124302cf5d2c02aed0528ba7ebbfff8e39
parent03d4d44e406e976f70318a713857e6d52afffb33 (diff)
build: Add travis config file
Use the Continuous Integration service provided by Travis.
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..2670bfc
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+language: c
+compiler: gcc
+before_install:
+ - sudo add-apt-repository ppa:grilo-team/ppa -y
+ - sudo apt-get update -qq
+ - sudo apt-get install -qq gnome-common gnome-doc-utils libgrilo-0.2-dev
+ libjson-glib-dev libsoup2.4-dev
+script: ./autogen.sh && make && make check