gschem: Fix German translation
[geda-gaf.git] / .travis.yml
blob6da17ca783dd5d5f9ba488d4968f1ffcba5c5966
1 # Very basic Travis CI (http://travis-ci.org) control file that allows
2 # some basic Linux-based continuous integration testing (for free).
4 language: c
6 # Before setting up the source tree, install necessary development
7 # headers
8 before_install: >
9   sudo apt-get install -y \
10     libgtk2.0-dev autopoint libgettextpo-dev libfam-dev \
11     guile-2.0-dev flex bison groff texinfo
13 # Set up the source tree by fetching Linux-specific prebuilt objects
14 install: ./autogen.sh && ./configure --disable-update-xdg-database
16 # Bootstrap the LCB compiler, build the default target set and run a
17 # the default test suite.
18 script: make -s all check