2015-07-16 19:36:23 +00:00
|
|
|
sudo: false
|
2014-08-28 19:29:06 +00:00
|
|
|
language: c
|
2015-07-16 19:39:40 +00:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
sources:
|
|
|
|
- ubuntu-toolchain-r-test
|
|
|
|
packages:
|
|
|
|
- libxinerama-dev
|
|
|
|
- autoconf
|
|
|
|
- automake
|
|
|
|
- make
|
|
|
|
- libxft-dev
|
|
|
|
- libx11-dev
|
|
|
|
- libpango1.0-dev
|
|
|
|
- xvfb
|
|
|
|
- xdotool
|
|
|
|
|
2014-08-28 19:19:46 +00:00
|
|
|
compiler:
|
|
|
|
- gcc
|
|
|
|
|
|
|
|
before_install:
|
|
|
|
|
2014-08-29 13:17:57 +00:00
|
|
|
script:
|
2015-03-03 21:11:17 +00:00
|
|
|
- autoreconf -i && ./configure --enable-gcov && make && make test && make test-x
|
2015-02-02 14:08:44 +00:00
|
|
|
# - make clean && autoreconf -i && ./configure --disable-i3support && make
|
2015-07-16 19:39:40 +00:00
|
|
|
#after_success:
|
|
|
|
# - coveralls -x c --gcov-options '\-lp' -e '<built-in>'
|