mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-18 03:36:33 -07: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.3.3
|
||||||
- LIBVIPS=8.4.6
|
- LIBVIPS=8.4.6
|
||||||
- LIBVIPS=8.5.6
|
- LIBVIPS=8.5.6
|
||||||
|
- LIBVIPS=8.6.0-alpha1
|
||||||
- LIBVIPS=master
|
- LIBVIPS=master
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
|
@ -22,6 +23,7 @@ matrix:
|
||||||
- env: LIBVIPS=7.42.3
|
- env: LIBVIPS=7.42.3
|
||||||
- env: LIBVIPS=8.2.3
|
- env: LIBVIPS=8.2.3
|
||||||
- env: LIBVIPS=8.3.3
|
- env: LIBVIPS=8.3.3
|
||||||
|
- env: LIBVIPS=8.6.0-alpha1
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
apt:
|
apt:
|
||||||
|
|
@ -53,7 +55,7 @@ before_install:
|
||||||
|| echo ":-)"
|
|| echo ":-)"
|
||||||
- >
|
- >
|
||||||
test "$LIBVIPS" != "master" -a "$LIBVIPS" \> "8.4" \
|
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 ":-)"
|
|| echo ":-)"
|
||||||
- >
|
- >
|
||||||
test $LIBVIPS == "master"\
|
test $LIBVIPS == "master"\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue