gri3-wm/.travis.yml

14 lines
556 B
YAML
Raw Normal View History

2015-03-13 10:06:57 +01:00
language: c
compiler:
- gcc
- clang
before_install:
- sudo apt-get update
2015-03-13 10:09:21 +01:00
- sudo apt-get install -y devscripts equivs
2015-03-13 10:06:57 +01:00
install:
- sudo mk-build-deps --install --remove --tool 'apt-get --no-install-recommends -y' debian/control
- sudo apt-get install --no-install-recommends -y libanyevent-perl libanyevent-i3-perl libextutils-pkgconfig-perl xcb-proto cpanminus xvfb xserver-xephyr xauth libinline-perl
- sudo cpanm -n -v X11::XCB
2015-03-13 10:06:57 +01:00
script: make -j && (cd testcases && xvfb-run ./complete-run.pl)
after_failure: cat /home/travis/.cpanm/build.log