sway

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

commit 3c02aa17cab40a6990524a3dc3428fa8c5b6ec54
parent 7494a48378bff3b11304ba4077bda5a84ed10087
Author: Drew DeVault <sir@cmpwn.com>
Date:   Tue, 18 Apr 2017 13:09:14 -0400

Add .build.yml (for builds.sr.ht)

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

diff --git a/.build.yml b/.build.yml @@ -0,0 +1,25 @@ +# vim: ft=yaml ts=2 sw=2 et : +image: archlinux +packages: + - cmake + - wlc-git + - xorg-server-xwayland + - xcb-util-image + - json-c + - pango + - cairo + - wayland + - gdk-pixbuf2 + - asciidoc +repos: + - https://git.sr.ht/~sircmpwn/sway +tasks: + - setup: | + cd sway + mkdir build + cd build + cmake .. + - build: | + cd sway + cd build + make