[grilo-plugins] build: Add travis config file
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] build: Add travis config file
- Date: Sun, 19 May 2013 17:41:42 +0000 (UTC)
commit b1bb5eda520028fc32dd20128a1c0cd8698c83aa
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date: Sun May 19 14:21:58 2013 +0200
build: Add travis config file
Use the Continuous Integration service provided by Travis.
.travis.yml | 8 ++++++++
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]