travis
This commit is contained in:
parent
37df2fcbf9
commit
c1900dccd4
@ -13,12 +13,12 @@ before_install:
|
||||
- tar -xf gobject-introspection-1.31.22.tar.xz
|
||||
- export DIR=$(pwd)/gobject-introspection-1.31.22
|
||||
- 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
|
||||
- tar -xf pygobject-3.10.2.tar.xz
|
||||
- export DIR=$(pwd)/pygobject-3.10.2
|
||||
- cd $DIR && ./configure --prefix=/usr && make
|
||||
- sudo bash -c 'cd $DIR && make install'
|
||||
- sudo bash -c "cd $DIR && make install"
|
||||
before_script:
|
||||
- ./bootstrap.sh
|
||||
- ./configure
|
||||
|
Loading…
Reference in New Issue
Block a user