mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-03 15:34:54 -05:00
Updates
This commit is contained in:
parent
d79e5dae89
commit
8dfb5e59db
1 changed files with 15 additions and 16 deletions
31
.travis.yml
31
.travis.yml
|
@ -2,26 +2,25 @@ 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
|
||||
packages:
|
||||
- libxinerama-dev
|
||||
- autoconf
|
||||
- automake
|
||||
- make
|
||||
- libxft-dev
|
||||
- libx11-dev
|
||||
- libpango1.0-dev
|
||||
- xvfb
|
||||
- xdotool
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
|
||||
before_install:
|
||||
- autoreconf -i
|
||||
|
||||
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>'
|
||||
- ./configure --enable-gcov
|
||||
- make
|
||||
- make test
|
||||
- make test-x
|
||||
|
|
Loading…
Add table
Reference in a new issue