mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Add coverage output.
This commit is contained in:
parent
659f807578
commit
e70608876a
1 changed files with 4 additions and 6 deletions
|
@ -3,17 +3,14 @@ before_script:
|
|||
- apt-get install --force-yes -y software-properties-common apt-transport-https
|
||||
- add-apt-repository -y 'deb http://debian.jpleau.ca/ jessie-backports main contrib non-free'
|
||||
- apt-get update -qq
|
||||
- apt-get install --force-yes -y autoconf automake make
|
||||
- apt-get install --force-yes -y libx11-dev libpango1.0-dev libcairo2-dev libstartup-notification0-dev
|
||||
- apt-get install --force-yes -y libxcb-icccm4-dev libxcb-util0-dev libxcb-xinerama0-dev libxcb-xkb-dev libx11-xcb-dev
|
||||
- apt-get install --force-yes -y libxcb1-dev xvfb discount xdotool fluxbox
|
||||
- apt-get install --force-yes -y libxkbcommon-dev libxkbcommon-x11-dev libxcb-ewmh-dev
|
||||
- apt-get install --force-yes -y xutils-dev libtool
|
||||
- apt-get install --force-yes -y autoconf automake make libx11-dev libpango1.0-dev libcairo2-dev libstartup-notification0-dev libxcb-icccm4-dev libxcb-util0-dev libxcb-xinerama0-dev libxcb-xkb-dev libx11-xcb-dev
|
||||
- apt-get install --force-yes -y libxcb1-dev xvfb discount xdotool fluxbox libxkbcommon-dev libxkbcommon-x11-dev libxcb-ewmh-dev xutils-dev libtool lcov
|
||||
- git clone --recursive https://github.com/Airblader/xcb-util-xrm.git
|
||||
- cd xcb-util-xrm
|
||||
- ./autogen.sh --prefix=/usr
|
||||
- make
|
||||
- sudo make install
|
||||
- cd -
|
||||
|
||||
build-rofi:
|
||||
script:
|
||||
|
@ -23,3 +20,4 @@ build-rofi:
|
|||
- make
|
||||
- make check
|
||||
- make distcheck
|
||||
- make coverage
|
||||
|
|
Loading…
Reference in a new issue