This commit is contained in:
QC 2015-07-16 21:39:40 +02:00
parent 03d872c0e9
commit d79e5dae89

View file

@ -1,15 +1,27 @@
sudo: false
language: c
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libxinerama-dev
- autoconf
- automake
- make
- libxft-dev
- libx11-dev
- libpango1.0-dev
- xvfb
- xdotool
compiler:
- gcc
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libxinerama-dev autoconf automake make libxft-dev libx11-dev libpango1.0-dev xvfb xdotool
- sudo pip install cpp-coveralls
script:
- autoreconf -i && ./configure --enable-gcov && make && make test && make test-x
# - make clean && autoreconf -i && ./configure --disable-i3support && make
after_success:
- coveralls -x c --gcov-options '\-lp' -e '<built-in>'
#after_success:
# - coveralls -x c --gcov-options '\-lp' -e '<built-in>'