mirror of
https://github.com/davatorium/rofi.git
synced 2025-07-31 21:59:25 -04:00
Playing with coveralls
This commit is contained in:
parent
169c05cc15
commit
b7f6799af9
1 changed files with 4 additions and 1 deletions
|
@ -6,5 +6,8 @@ compiler:
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -y libxinerama-dev autoconf automake make libxft-dev libx11-dev libpango1.0-dev
|
- 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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue