1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-10-27 05:23:18 -04:00
rofi/.travis.yml

29 lines
478 B
YAML
Raw Normal View History

2015-07-16 15:36:23 -04:00
sudo: false
2014-08-28 15:29:06 -04:00
language: c
2015-07-16 15:39:40 -04:00
addons:
apt:
2015-07-16 15:43:32 -04:00
packages:
- libxinerama-dev
- autoconf
- automake
- make
- libxft-dev
- libx11-dev
- libpango1.0-dev
2015-09-14 14:40:36 -04:00
- libstartup-notification0-dev
2015-07-16 15:43:32 -04:00
- xvfb
- xdotool
2015-07-16 15:39:40 -04:00
2014-08-28 15:19:46 -04:00
compiler:
- gcc
before_install:
2015-07-16 15:43:32 -04:00
- autoreconf -i
2014-08-28 15:19:46 -04:00
2014-08-29 09:17:57 -04:00
script:
2015-07-16 15:43:32 -04:00
- ./configure --enable-gcov
- make
- make test
2015-07-16 15:47:53 -04:00
# to re-enable if xdotool is allowed.
2015-07-21 02:14:53 -04:00
- make test-x