view .travis.yml @ 2798:d9764817aad8

Collection preview If the folder containing collection files (usually $HOME/.local/share/geeqie/collections) is opened, the image pane will show a montage of the thumbnails (to a maximum of 20) of the images in the selected collection. Requires ImageMagick. This is a simplistic implementation, and should be improved e.g. Use collect-io.c to parse the collection file Use cached thumbnails instead of re-creating Use Geeqie to create the montage instead of using ImageMagick
author Colin Clark <colin.clark@cclark.uk>
date Wed, 18 Jul 2018 10:16:41 +0100
parents 9e7284cfd7be
children
line wrap: on
line source

language: c
os: linux
dist: trusty
sudo: required
compiler:
  - gcc
  - clang
addons:
  apt:
    sources:
      - trusty
    packages:
      - autoconf
      - automake
      - autotools-dev
      - build-essential
      - debhelper
      - dh-autoreconf
      - dpkg-dev
      - gnome-doc-utils
      - gnome-doc-utils
      - imagemagick
      - intltool
      - libexiv2-dev
      - libgtk2.0-dev
      - libjpeg-dev
      - liblcms2-dev
      - liblircclient-dev
      - liblua5.1-0-dev
      - libtiff-dev
      - libtool
script: (CFLAGS= ./autogen.sh) && make