1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-02-03 15:34:54 -05:00
This commit is contained in:
QC 2015-07-16 21:43:32 +02:00
parent d79e5dae89
commit 8dfb5e59db

View file

@ -2,26 +2,25 @@ 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
packages:
- libxinerama-dev
- autoconf
- automake
- make
- libxft-dev
- libx11-dev
- libpango1.0-dev
- xvfb
- xdotool
compiler:
- gcc
before_install:
- autoreconf -i
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>'
- ./configure --enable-gcov
- make
- make test
- make test-x