rofi/.travis.yml

30 lines
504 B
YAML
Raw Normal View History

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