Sha256: d4ad735fa7f5e00bb5602cd846cd5457cbf7be4d90ba5c265c22fca0ac43d9f3

Contents?: true

Size: 762 Bytes

Versions: 5

Compression:

Stored size: 762 Bytes

Contents

# libvips build instructions taken from https://github.com/marcbachmann/dockerfile-libvips

language: ruby
cache: bundler
script: 'bundle exec rake'
sudo: required
dist: trusty
rvm:
  - 2.6.3

before_install:
  - gem update bundler
  - sudo apt-get update
  - sudo apt-get install -y gobject-introspection libgirepository1.0-dev libglib2.0-dev libpoppler-glib-dev libgif-dev
  - curl -OL https://github.com/libvips/libvips/releases/download/v8.7.4/vips-8.7.4.tar.gz
  - tar zxvf vips-8.7.4.tar.gz && cd vips-8.7.4 && ./configure $1 && sudo make && sudo make install
  - export GI_TYPELIB_PATH=/usr/local/lib/girepository-1.0/
  - sudo ldconfig

notifications:
  email:
    recipients:
      - tomas.celizna@gmail.com
    on_failure: change
    on_success: never

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dragonfly_libvips-2.5.1 .travis.yml
dragonfly_libvips-2.5.0 .travis.yml
dragonfly_libvips-2.4.2 .travis.yml
dragonfly_libvips-2.4.1 .travis.yml
dragonfly_libvips-2.4.0 .travis.yml