This commit is contained in:
John Cupitt 2015-04-14 13:01:30 +01:00
parent 6a70ac0b24
commit 37df2fcbf9

View File

@ -11,12 +11,14 @@ 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
- sudo bash -c 'cd gobject-introspection-1.31.22 && make install'
- export DIR=$(pwd)/gobject-introspection-1.31.22
- cd $DIR && ./configure --prefix=/usr && make
- sudo bash -c 'cd $DIR && 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
- sudo bash -c 'cd pygobject-3.10.2 && make install'
- export DIR=$(pwd)/pygobject-3.10.2
- cd $DIR && ./configure --prefix=/usr && make
- sudo bash -c 'cd $DIR && make install'
before_script:
- ./bootstrap.sh
- ./configure