sway/.travis.yml
progandy 3fdf4f811f swaybg: load more image formats with gdk-pixbuf2
travis: added gdk-pixbuf2 dependency
2015-12-07 23:31:44 +01:00

27 lines
431 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
- gdk-pixbuf2
script:
- "bash .ci/build.sh"
script:
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"