mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
CI: add an Arch Linux build on Sourcehut
This commit is contained in:
parent
90498e85d5
commit
46441ff85a
2 changed files with 31 additions and 1 deletions
30
.builds/archlinux.yml
Normal file
30
.builds/archlinux.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
image: archlinux
|
||||
packages:
|
||||
- clang
|
||||
- meson
|
||||
- libinput
|
||||
- libxkbcommon
|
||||
- wayland
|
||||
- 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
|
||||
- scan-build: |
|
||||
cd cage
|
||||
CC=clang meson build -Dxwayland=true
|
||||
CC=clang ninja -C build scan-build
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Cage: a Wayland kiosk
|
||||
# Cage: a Wayland kiosk [](https://builds.sr.ht/~hjdskes?)
|
||||
|
||||
This is Cage, a Wayland kiosk. A kiosk runs a single, maximized
|
||||
application.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue