view .travis.yml @ 2835:bb44bd76f857

Simplify OSD settings in Preferences Move Overlay Screen Display settings in Preferences from the Windows tab to its own tab. Allow preformatted tags to be set by button click or drag-and-drop.
author Colin Clark <colin.clark@cclark.uk>
date Tue, 02 Oct 2018 13:01:06 +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