mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-16 19:05:54 -07:00
Testing using libvips8.4.6 from Github.
As of today, the libvips website is down. Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
This commit is contained in:
parent
32e459e416
commit
6d15a7b06f
1 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ env:
|
||||||
- LIBVIPS=7.42.3
|
- LIBVIPS=7.42.3
|
||||||
- LIBVIPS=8.2.3
|
- LIBVIPS=8.2.3
|
||||||
- LIBVIPS=8.3.3
|
- LIBVIPS=8.3.3
|
||||||
- LIBVIPS=8.4.5
|
- LIBVIPS=8.4.6
|
||||||
- LIBVIPS=8.5.6
|
- LIBVIPS=8.5.6
|
||||||
- LIBVIPS=master
|
- LIBVIPS=master
|
||||||
|
|
||||||
|
|
@ -48,11 +48,11 @@ addons:
|
||||||
# VIPS 8.3.3 requires Poppler 0.30 which is not released on Trusty.
|
# VIPS 8.3.3 requires Poppler 0.30 which is not released on Trusty.
|
||||||
before_install:
|
before_install:
|
||||||
- >
|
- >
|
||||||
test "$LIBVIPS" != "master" -a "$LIBVIPS" \< "8.5" \
|
test "$LIBVIPS" != "master" -a "$LIBVIPS" \< "8.4" \
|
||||||
&& wget http://www.vips.ecs.soton.ac.uk/supported/${LIBVIPS%.*}/vips-${LIBVIPS}.tar.gz -O vips.tgz \
|
&& wget http://www.vips.ecs.soton.ac.uk/supported/${LIBVIPS%.*}/vips-${LIBVIPS}.tar.gz -O vips.tgz \
|
||||||
|| echo ":-)"
|
|| echo ":-)"
|
||||||
- >
|
- >
|
||||||
test "$LIBVIPS" != "master" -a "$LIBVIPS" \> "8.5" \
|
test "$LIBVIPS" != "master" -a "$LIBVIPS" \> "8.4" \
|
||||||
&& wget https://github.com/jcupitt/libvips/releases/download/v${LIBVIPS}/vips-${LIBVIPS}.tar.gz -O vips.tgz \
|
&& wget https://github.com/jcupitt/libvips/releases/download/v${LIBVIPS}/vips-${LIBVIPS}.tar.gz -O vips.tgz \
|
||||||
|| echo ":-)"
|
|| echo ":-)"
|
||||||
- >
|
- >
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue