sway/.travis.yml

33 lines
473 B
YAML
Raw Normal View History

2015-09-04 15:22:07 +00:00
sudo: required
2015-12-23 21:23:27 +00:00
language: c
compiler:
- gcc
- clang
2015-09-04 15:22:07 +00:00
arch:
packages:
- cmake
- xorg-server-xwayland
- asciidoc
- pcre
- json-c
2015-09-04 17:38:19 +00:00
- pixman
- wayland
- libxkbcommon
- libinput
- libx11
- libxcb
2015-09-20 23:57:47 +00:00
- xcb-util-image
2015-09-04 17:38:19 +00:00
- libgl
- mesa
2015-11-12 15:40:21 +00:00
- pango
- cairo
- gdk-pixbuf2
2015-09-04 15:22:07 +00:00
script:
2015-09-04 17:38:19 +00:00
- "bash .ci/build.sh"
2015-09-04 15:22:07 +00:00
script:
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"