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

Install i3-wm in travin and compile with and without.

This commit is contained in:
Dave Davenport 2015-02-02 14:56:05 +01:00
parent ca876feec6
commit 65abc093ca

View file

@ -4,10 +4,11 @@ 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 xvfb xdotool
- sudo apt-get install -y i3-wm 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
- make clean && autoreconf -i && ./configure --disable-i3support && make
after_success:
- coveralls -x c --gcov-options '\-lp' -e '<built-in>'