1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Playing with coveralls

This commit is contained in:
QC 2014-08-29 12:20:22 +02:00
parent 169c05cc15
commit b7f6799af9

View file

@ -6,5 +6,8 @@ compiler:
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libxinerama-dev autoconf automake make libxft-dev libx11-dev libpango1.0-dev
- sudo pip install cpp-coveralls
script: autoreconf -i && ./configure && make
script: autoreconf -i && ./configure && make && make -C test/ test
after_success:
- coveralls --exclude lib --gcov-options '\-lp'