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

master
Drew DeVault 8 years ago
parent 7494a48378
commit 3c02aa17ca

@ -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
Loading…
Cancel
Save