more travis

This commit is contained in:
John Cupitt 2015-04-14 12:05:55 +01:00
parent dfe11b6913
commit 6030431bab
1 changed files with 4 additions and 2 deletions

View File

@ -11,10 +11,12 @@ before_install:
- sudo apt-get install python-dev python3-dev
- wget http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/1.31/gobject-introspection-1.31.22.tar.xz
- tar -xf gobject-introspection-1.31.22.tar.xz
- cd gobject-introspection-1.31.22 && ./configure --prefix=/usr && make && make install
- cd gobject-introspection-1.31.22 && ./configure --prefix=/usr && make
- sudo (cd gobject-introspection-1.31.22 && make install)
- wget http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.10/pygobject-3.10.2.tar.xz
- tar -xf pygobject-3.10.2.tar.xz
- cd pygobject-3.10.2 && ./configure --prefix=/usr && make && make install
- cd pygobject-3.10.2 && ./configure --prefix=/usr && make
- sudo (cd pygobject-3.10.2 && make install)
before_script:
- ./bootstrap.sh
- ./configure