You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
393 B

sudo: required
language: c
compiler:
- gcc
- clang
arch:
packages:
- meson
- ninja
- wayland
- wayland-protocols
- mesa
- libinput
- pixman
- libxkbcommon
7 years ago
- xcb-util-image
- libcap
script:
- "meson build"
- "ninja -C build"
script:
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"