mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-15 10:25:55 -07:00
Build against various libvips versions
This commit is contained in:
parent
fd796251aa
commit
4b099536fb
1 changed files with 17 additions and 4 deletions
21
.travis.yml
21
.travis.yml
|
|
@ -8,6 +8,19 @@ go:
|
||||||
- 1.7
|
- 1.7
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
|
env:
|
||||||
|
- LIBVIPS=7.42
|
||||||
|
- LIBVIPS=8.2
|
||||||
|
- LIBVIPS=8.3
|
||||||
|
- LIBVIPS=8.4
|
||||||
|
- LIBVIPS=master
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- env: LIBVIPS=7.42
|
||||||
|
- env: LIBVIPS=8.2
|
||||||
|
- env: LIBVIPS=8.3
|
||||||
|
|
||||||
cache: apt
|
cache: apt
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
|
|
@ -29,10 +42,10 @@ 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:
|
||||||
- wget https://github.com/jcupitt/libvips/archive/master.zip
|
- wget https://github.com/jcupitt/libvips/archive/$LIBVIPS.zip
|
||||||
- unzip master
|
- unzip $LIBVIPS
|
||||||
- cd libvips-master
|
- cd libvips-$LIBVIPS
|
||||||
- ./autogen.sh
|
- test -f autogen.sh && ./autogen.sh || ./bootstrap.sh
|
||||||
- >
|
- >
|
||||||
CXXFLAGS=-D_GLIBCXX_USE_CXX11_ABI=0
|
CXXFLAGS=-D_GLIBCXX_USE_CXX11_ABI=0
|
||||||
./configure
|
./configure
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue