sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 6ae6875bbafd3b3c8133095312e28a9583bf7845
parent 782729be1388f3b8f603b4d328bc861fd3624233
Author: Mikkel Oscar Lyderik <mikkeloscar@gmail.com>
Date:   Fri,  4 Sep 2015 17:22:07 +0200

Add .travis.yml

Diffstat:
A.travis.yml | 17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -0,0 +1,17 @@ +sudo: required + +arch: + packages: + - cmake + - xorg-server-xwayland + - asciidoc + - pcre + - json-c + # aur + - wlc-git + script: + - "cmake ." + - "make" + +script: + - "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"