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