1
0
Fork 0
mirror of https://github.com/hyprwm/wlroots-hyprland.git synced 2025-01-13 03:09:47 +01:00
wlroots-hyprland/.travis.yml
2017-08-09 17:06:19 +02:00

25 lines
372 B
YAML

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