From 92d8b4d469f1a9fcf6296e505344cccef99749b3 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 13 Mar 2015 10:06:57 +0100 Subject: [PATCH] add configuration for travis-ci.com --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..210f15f9 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: c +compiler: + - gcc + - clang +before_install: + - sudo apt-get update + - sudo apt-get install -y devscripts +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-c-perl + - sudo cpanm X11::XCB; sudo cpanm -n X11::XCB +script: make -j && (cd testcases && xvfb-run ./complete-run.pl) -- 2.39.2