1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-23 11:14:48 +02:00

Use new libvips url in travis; Test compatibility with libvips 8.7

This commit is contained in:
DarthSim 2018-10-04 16:50:31 +06:00
parent 8efe48e4be
commit dd9f5fc1e3

View File

@ -12,6 +12,7 @@ env:
- VIPS_VERSION=8.4
- VIPS_VERSION=8.5
- VIPS_VERSION=8.6
- VIPS_VERSION=8.7
- VIPS_VERSION=master
matrix:
@ -23,7 +24,7 @@ cache: apt
install:
- sudo apt-get -qq update
- sudo apt-get install -y build-essential libxml2-dev libfftw3-dev gobject-introspection libglib2.0-dev libwebp-dev libgif-dev gtk-doc-tools
- wget https://github.com/jcupitt/libvips/archive/$VIPS_VERSION.zip
- wget https://github.com/libvips/libvips/archive/$VIPS_VERSION.zip
- unzip $VIPS_VERSION.zip
- pushd libvips-$VIPS_VERSION
- test -f autogen.sh && ./autogen.sh || ./bootstrap.sh