[libgdata] build: Update .travis.yml



commit d8602c5a182de421a151c898ccc33e4db324af89
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sat Jun 21 22:06:45 2014 +0100

    build: Update .travis.yml

 .travis.yml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/.travis.yml b/.travis.yml
index 22a3a40..213a006 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,12 @@ before_install:
  - # Build dependencies for libgdata, libsoup-2.4 and json-glib-1.0
  - sudo apt-get update -qq
  - sudo apt-get install -qq libglib2.0-dev libxml2-dev libsoup2.4-dev libjson-glib-dev liboauth-dev 
libgdk-pixbuf2.0-dev gnome-common gtk-doc-tools gobject-introspection valac libgcr-3-dev libgoa-1.0-dev
+ - # Need automake-1.13 for GLib
+ - wget ftp://ftp.gnu.org/gnu/automake/automake-1.13.tar.xz
+ - tar -xvJf automake-1.13.tar.xz
+ - cd automake-1.13
+ - ./configure && make && sudo make install
+ - cd ..
  - # Need GLib 2.36 for libsoup-2.4, but Ubuntu 12.04 only provides 2.32
  - wget http://ftp.gnome.org/pub/GNOME/sources/glib/2.36/glib-2.36.4.tar.xz
  - tar xvJf glib-2.36.4.tar.xz


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]