mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-07 22:16:00 +01:00
Merge pull request #703 from swaywm/drop-travis
Remove Travis in favor of builds.sr.ht
This commit is contained in:
commit
c986cc24a9
2 changed files with 2 additions and 37 deletions
35
.travis.yml
35
.travis.yml
|
@ -1,35 +0,0 @@
|
||||||
sudo: required
|
|
||||||
|
|
||||||
services:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
language: c
|
|
||||||
|
|
||||||
compiler:
|
|
||||||
- gcc
|
|
||||||
- clang
|
|
||||||
|
|
||||||
# Settings to try
|
|
||||||
env:
|
|
||||||
matrix:
|
|
||||||
- OPTIONS="-Denable_libcap=true -Denable_systemd=true -Denable_elogind=false -Denable_xwayland=true"
|
|
||||||
- OPTIONS="-Denable_libcap=false -Denable_systemd=false -Denable_elogind=false -Denable_xwayland=false"
|
|
||||||
|
|
||||||
arch:
|
|
||||||
packages:
|
|
||||||
- meson
|
|
||||||
- ninja
|
|
||||||
- wayland
|
|
||||||
- wayland-protocols
|
|
||||||
- mesa
|
|
||||||
- libinput
|
|
||||||
- pixman
|
|
||||||
- libxkbcommon
|
|
||||||
- xcb-util-image
|
|
||||||
- libcap
|
|
||||||
script:
|
|
||||||
- "meson build $OPTIONS"
|
|
||||||
- "ninja -C build"
|
|
||||||
|
|
||||||
script:
|
|
||||||
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
|
|
|
@ -1,4 +1,4 @@
|
||||||
# wlroots [![](https://api.travis-ci.org/swaywm/wlroots.svg)](https://travis-ci.org/swaywm/wlroots)
|
# wlroots
|
||||||
|
|
||||||
Pluggable, composable modules for building a
|
Pluggable, composable modules for building a
|
||||||
[Wayland](http://wayland.freedesktop.org/) compositor.
|
[Wayland](http://wayland.freedesktop.org/) compositor.
|
||||||
|
|
Loading…
Reference in a new issue