1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-01-27 15:25:24 -05:00
rofi/.travis.yml

14 lines
393 B
YAML
Raw Normal View History

2014-08-28 21:29:06 +02:00
language: c
2014-08-28 21:19:46 +02:00
compiler:
- gcc
before_install:
- sudo apt-get update -qq
2014-08-29 15:17:57 +02:00
- sudo apt-get install -y libxinerama-dev autoconf automake make libxft-dev libx11-dev libpango1.0-dev xvfb xdotool
2014-08-29 12:20:22 +02:00
- sudo pip install cpp-coveralls
2014-08-28 21:19:46 +02:00
2014-08-29 15:17:57 +02:00
script:
2014-08-29 16:24:39 +02:00
- autoreconf -i && ./configure --enable-gcov && make && make test
2014-08-29 12:20:22 +02:00
after_success:
2014-11-02 12:45:28 +01:00
- coveralls -x c --gcov-options '\-lp' -e '<built-in>'