give up on travis testing

it's just too painful to get travis up to date enough to run the full vips
test suite
This commit is contained in:
John Cupitt 2015-04-14 13:42:36 +01:00
parent f2970c81fc
commit 0fd6754fc4
1 changed files with 0 additions and 19 deletions

View File

@ -8,29 +8,10 @@ before_install:
- sudo apt-get install swig libmagick++-dev bc
- sudo apt-get install libcfitsio3-dev libgsl0-dev libmatio-dev
- sudo apt-get install liborc-0.4-dev liblcms2-dev
- sudo apt-get install python-dev python3-dev
- wget http://ftp.gnome.org/pub/gnome/sources/glib/2.44/glib-2.44.0.tar.xz
- tar -xf glib-2.44.0.tar.xz
- export DIR=$(pwd)/glib-2.44.0
- cd $DIR && ./configure --prefix=/usr && make
- sudo bash -c "cd $DIR && make install"
- 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
- 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
- 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
- make
- sudo make install
- sudo ldconfig
- sudo cp python/Vips.py /usr/lib/python2.7/dist-packages/gi/overrides
- sudo cp python/Vips.py /usr/lib/python3/dist-packages/gi/overrides
script:
- make check