swayfx/.travis.yml

26 lines
413 B
YAML
Raw Normal View History

2015-09-05 01:22:07 +10:00
sudo: required
arch:
packages:
- cmake
- xorg-server-xwayland
- asciidoc
- pcre
- json-c
2015-09-05 03:38:19 +10:00
- pixman
- wayland
- libxkbcommon
- libinput
- libx11
- libxcb
2015-09-21 09:57:47 +10:00
- xcb-util-image
2015-09-05 03:38:19 +10:00
- libgl
- mesa
2015-11-13 02:40:21 +11:00
- pango
- cairo
2015-09-05 01:22:07 +10:00
script:
2015-09-05 03:38:19 +10:00
- "bash .ci/build.sh"
2015-09-05 01:22:07 +10:00
script:
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"