2015-09-04 15:22:07 +00:00
|
|
|
sudo: required
|
|
|
|
|
|
|
|
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
|
2015-12-07 22:31:44 +00:00
|
|
|
- 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"
|