mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 21:05:58 +01:00
commit
699b364787
2 changed files with 24 additions and 1 deletions
23
.travis.yml
Normal file
23
.travis.yml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
sudo: required
|
||||||
|
|
||||||
|
language: c
|
||||||
|
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
- clang
|
||||||
|
|
||||||
|
arch:
|
||||||
|
packages:
|
||||||
|
- cmake
|
||||||
|
- wayland
|
||||||
|
- wayland-protocols
|
||||||
|
- mesa
|
||||||
|
- libinput
|
||||||
|
- libxkbcommon
|
||||||
|
- libcap
|
||||||
|
script:
|
||||||
|
- "cmake -DCMAKE_BUILD_TYPE=Release ."
|
||||||
|
- "make"
|
||||||
|
|
||||||
|
script:
|
||||||
|
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
|
|
@ -1,4 +1,4 @@
|
||||||
# wlroots
|
# wlroots [![](https://api.travis-ci.org/SirCmpwn/wlroots.svg)](https://travis-ci.org/SirCmpwn/wlroots)
|
||||||
|
|
||||||
Pluggable, composable modules for building a Wayland compositor.
|
Pluggable, composable modules for building a Wayland compositor.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue