view .travis.yml @ 2832:ac46f4e545a4

Fix #160: Replace print dialog by standard GTK dialog https://github.com/BestImageViewer/geeqie/issues/160 Option to place text as header or footer Option to show additional text field on each page of a single or multi-page print job
author Colin Clark <colin.clark@cclark.uk>
date Sun, 23 Sep 2018 20:09:30 +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