mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 16:38:00 +00:00
13 lines
393 B
YAML
13 lines
393 B
YAML
language: c
|
|
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
|
|
after_success:
|
|
- coveralls -x c --gcov-options '\-lp' -e '<built-in>'
|