]> git.sur5r.net Git - i3/i3/blob - .travis.yml
travis: mk-build-deps needs equivs
[i3/i3] / .travis.yml
1 language: c
2 compiler:
3   - gcc
4   - clang
5 before_install:
6   - sudo apt-get update
7   - sudo apt-get install -y devscripts equivs
8 install:
9   - sudo mk-build-deps --install --remove --tool 'apt-get --no-install-recommends -y' debian/control
10   - sudo apt-get install --no-install-recommends -y libanyevent-perl libanyevent-i3-perl libextutils-pkgconfig-perl xcb-proto cpanminus xvfb xserver-xephyr xauth libinline-c-perl
11   - sudo cpanm X11::XCB; sudo cpanm -n X11::XCB
12 script: make -j && (cd testcases && xvfb-run ./complete-run.pl)