mirror of
https://github.com/swaywm/sway.git
synced 2024-11-04 15:33:13 +00:00
26 lines
413 B
YAML
26 lines
413 B
YAML
sudo: required
|
|
|
|
arch:
|
|
packages:
|
|
- cmake
|
|
- xorg-server-xwayland
|
|
- asciidoc
|
|
- pcre
|
|
- json-c
|
|
- pixman
|
|
- wayland
|
|
- libxkbcommon
|
|
- libinput
|
|
- libx11
|
|
- libxcb
|
|
- xcb-util-image
|
|
- libgl
|
|
- mesa
|
|
- pango
|
|
- cairo
|
|
script:
|
|
- "bash .ci/build.sh"
|
|
|
|
script:
|
|
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
|