From 0fd6754fc4445141745fbdb42ba4d85d76ecebc0 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 14 Apr 2015 13:42:36 +0100 Subject: [PATCH] give up on travis testing it's just too painful to get travis up to date enough to run the full vips test suite --- .travis.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.travis.yml b/.travis.yml index a152fbd8..99eb9726 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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