travis
This commit is contained in:
parent
6a70ac0b24
commit
37df2fcbf9
10
.travis.yml
10
.travis.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user