This commit is contained in:
John Cupitt 2015-04-14 13:14:42 +01:00
parent 37df2fcbf9
commit c1900dccd4

View File

@ -13,12 +13,12 @@ before_install:
- tar -xf gobject-introspection-1.31.22.tar.xz - tar -xf gobject-introspection-1.31.22.tar.xz
- export DIR=$(pwd)/gobject-introspection-1.31.22 - export DIR=$(pwd)/gobject-introspection-1.31.22
- cd $DIR && ./configure --prefix=/usr && make - cd $DIR && ./configure --prefix=/usr && make
- sudo bash -c 'cd $DIR && make install' - sudo bash -c "cd $DIR && make install"
- wget http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.10/pygobject-3.10.2.tar.xz - 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 - tar -xf pygobject-3.10.2.tar.xz
- export DIR=$(pwd)/pygobject-3.10.2 - export DIR=$(pwd)/pygobject-3.10.2
- cd $DIR && ./configure --prefix=/usr && make - cd $DIR && ./configure --prefix=/usr && make
- sudo bash -c 'cd $DIR && make install' - sudo bash -c "cd $DIR && make install"
before_script: before_script:
- ./bootstrap.sh - ./bootstrap.sh
- ./configure - ./configure