mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-01 07:15:59 -04:00
CI: add an Alpine Edge build on Sourcehut
This commit is contained in:
parent
46441ff85a
commit
5bfedaf84f
1 changed files with 28 additions and 0 deletions
28
.builds/alpine.yml
Normal file
28
.builds/alpine.yml
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
image: alpine/edge
|
||||||
|
packages:
|
||||||
|
- eudev-dev
|
||||||
|
- mesa-dev
|
||||||
|
- meson
|
||||||
|
- libinput-dev
|
||||||
|
- libxkbcommon-dev
|
||||||
|
- pixman-dev
|
||||||
|
- wayland-dev
|
||||||
|
- wayland-protocols
|
||||||
|
- xorg-server-xwayland
|
||||||
|
sources:
|
||||||
|
- https://github.com/swaywm/wlroots
|
||||||
|
- https://github.com/Hjdskes/cage
|
||||||
|
tasks:
|
||||||
|
# Install wlroots, which is required by Cage. Note that we compile a tagged
|
||||||
|
# version, instead of master, to avoid any breaking changes in wlroots.
|
||||||
|
- wlroots: |
|
||||||
|
cd wlroots
|
||||||
|
# This corresponds to the tag of 0.5.0
|
||||||
|
git checkout c9137cba691b57c3eaf3ff94f9bf8e623f66ccc5
|
||||||
|
meson --prefix=/usr build -Drootston=false -Dexamples=false
|
||||||
|
ninja -C build
|
||||||
|
sudo ninja -C build install
|
||||||
|
- build: |
|
||||||
|
cd cage
|
||||||
|
meson build -Dxwayland=true
|
||||||
|
ninja -C build
|
||||||
Loading…
Add table
Add a link
Reference in a new issue