view .travis.yml @ 2509:daff88436855

Adding travis yaml
author Klaus Ethgen <Klaus@Ethgen.de>
date Sat, 24 Jun 2017 20:17:51 +0100
parents
children 9e7284cfd7be
line wrap: on
line source

language: c
compiler:
  - gcc
  - clang
before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -qq debhelper dpkg-dev dh-autoreconf gnome-doc-utils libtool autoconf automake autotools-dev libgtk2.0-dev libexiv2-dev liblcms2-dev liblircclient-dev intltool gnome-doc-utils imagemagick libtiff-dev libjpeg-dev liblua5.1-0-dev
script: (CFLAGS= ./autogen.sh) && make