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.

25 lines
359 B

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