missing NULL terminator in set_config_x
[geda-gaf.git] / .travis.yml
blobcc8cd73c2911139d4a94a764d5db7c55e1fb8840
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.2-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