mirror of
https://github.com/lovell/sharp.git
synced 2025-07-16 05:30:13 +02:00
17 lines
631 B
YAML
17 lines
631 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
before_install:
|
|
- sudo add-apt-repository ppa:lyrasis/precise-backports -y
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -qq automake gobject-introspection gtk-doc-tools libfftw3-dev libglib2.0-dev libjpeg-turbo8-dev libpng12-dev libwebp-dev libtiff4-dev liborc-0.4-dev libxml2-dev swig graphicsmagick libmagick++-dev
|
|
- git clone https://github.com/jcupitt/libvips.git
|
|
- cd libvips
|
|
- git checkout 7.38
|
|
- ./bootstrap.sh
|
|
- ./configure --enable-debug=no --enable-cxx=no --without-python
|
|
- make
|
|
- sudo make install
|
|
- sudo ldconfig
|
|
- cd $TRAVIS_BUILD_DIR
|