mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08:00
Merge pull request #185 from greut/libvips860
Add libvips 8.6 pre-release
This commit is contained in:
commit
981eae05f7
1 changed files with 3 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ env:
|
|||
- LIBVIPS=8.3.3
|
||||
- LIBVIPS=8.4.6
|
||||
- LIBVIPS=8.5.6
|
||||
- LIBVIPS=8.6.0-alpha1
|
||||
- LIBVIPS=master
|
||||
|
||||
matrix:
|
||||
|
|
@ -22,6 +23,7 @@ matrix:
|
|||
- env: LIBVIPS=7.42.3
|
||||
- env: LIBVIPS=8.2.3
|
||||
- env: LIBVIPS=8.3.3
|
||||
- env: LIBVIPS=8.6.0-alpha1
|
||||
|
||||
cache:
|
||||
apt:
|
||||
|
|
@ -53,7 +55,7 @@ before_install:
|
|||
|| echo ":-)"
|
||||
- >
|
||||
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/-alpha*/}.tar.gz -O vips.tgz \
|
||||
|| echo ":-)"
|
||||
- >
|
||||
test $LIBVIPS == "master"\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue