mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
25 lines
372 B
YAML
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"
|