mirror of
https://github.com/lbonn/rofi
synced 2024-11-23 04:13:03 +00:00
Updates
This commit is contained in:
parent
03d872c0e9
commit
d79e5dae89
1 changed files with 17 additions and 5 deletions
22
.travis.yml
22
.travis.yml
|
@ -1,15 +1,27 @@
|
|||
sudo: false
|
||||
language: c
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- libxinerama-dev
|
||||
- autoconf
|
||||
- automake
|
||||
- make
|
||||
- libxft-dev
|
||||
- libx11-dev
|
||||
- libpango1.0-dev
|
||||
- xvfb
|
||||
- xdotool
|
||||
|
||||
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 && make test-x
|
||||
# - make clean && autoreconf -i && ./configure --disable-i3support && make
|
||||
after_success:
|
||||
- coveralls -x c --gcov-options '\-lp' -e '<built-in>'
|
||||
#after_success:
|
||||
# - coveralls -x c --gcov-options '\-lp' -e '<built-in>'
|
||||
|
|
Loading…
Reference in a new issue