You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
374 B
26 lines
374 B
8 years ago
|
# 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
|