Commit 029032c7 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Add build tests for non-default build options using Travis CI

parent 35110403
Loading
Loading
Loading
Loading

.travis.yml

0 → 100644
+29 −0
Original line number Diff line number Diff line
language: c
addons:
  apt:
    packages:
      - libcurl4-openssl-dev
      - libx11-dev
      - libxt-dev
      - libimlib2-dev
      - libxinerama-dev
      - libjpeg-progs
      - libtest-command-perl
      - libtest-simple-perl
      - libexif-dev
      - libexif12
script:
  - make
  - make test
compiler:
  - clang
  - gcc
env:
  - default=1
  - app=1
  - curl=0
  - exif=1
  - help=1
  - stat64=1
  - verscmp=0
  - xinerama=0
+2 −0
Original line number Diff line number Diff line
[![build status](https://travis-ci.org/derf/feh.svg?branch=master)](https://travis-ci.org/derf/feh)

# feh
Imlib2 based image viewer
---