Remove Travis in favor of builds.sr.ht

master
Drew DeVault 7 years ago
parent 3a291b189b
commit 925d7a4987

@ -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.
@ -46,4 +46,4 @@ After building, run rootston from a terminal or VT with:
Now you can run windows in the compositor from the command line or by Now you can run windows in the compositor from the command line or by
configuring bindings in your configuring bindings in your
[`rootston.ini`](https://github.com/swaywm/wlroots/blob/master/rootston/rootston.ini.example) [`rootston.ini`](https://github.com/swaywm/wlroots/blob/master/rootston/rootston.ini.example)
file. file.

Loading…
Cancel
Save