mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 12:33:50 +01:00
Add .build.yml (for builds.sr.ht)
This commit is contained in:
parent
7494a48378
commit
3c02aa17ca
25
.build.yml
Normal file
25
.build.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user