mirror of
https://github.com/lbonn/rofi
synced 2024-12-03 17:19:36 +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
|
sudo: false
|
||||||
language: c
|
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:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
before_install:
|
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:
|
script:
|
||||||
- autoreconf -i && ./configure --enable-gcov && make && make test && make test-x
|
- autoreconf -i && ./configure --enable-gcov && make && make test && make test-x
|
||||||
# - make clean && autoreconf -i && ./configure --disable-i3support && make
|
# - make clean && autoreconf -i && ./configure --disable-i3support && make
|
||||||
after_success:
|
#after_success:
|
||||||
- coveralls -x c --gcov-options '\-lp' -e '<built-in>'
|
# - coveralls -x c --gcov-options '\-lp' -e '<built-in>'
|
||||||
|
|
Loading…
Reference in a new issue