1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-10-20 05:22:08 -04:00
rofi/.travis.yml
2014-08-29 15:17:57 +02:00

14 lines
435 B
YAML

language: c
compiler:
- clang
- 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 -C test/ test && ./test/run_errormsg_test.sh
after_success:
- coveralls --exclude lib --gcov-options '\-lp'