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

This commit is contained in:
Drew DeVault 2017-04-18 13:09:14 -04:00
parent 7494a48378
commit 3c02aa17ca

25
.build.yml Normal file
View file

@ -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