mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-31 11:08:25 -05:00
Add FreeBSD build
This commit is contained in:
parent
266b3df678
commit
320d5ea234
2 changed files with 79 additions and 0 deletions
28
.builds/archlinux.yml
Normal file
28
.builds/archlinux.yml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
image: archlinux
|
||||
packages:
|
||||
- clang
|
||||
- ffmpeg
|
||||
- libcap
|
||||
- libinput
|
||||
- libxkbcommon
|
||||
- mesa
|
||||
- meson
|
||||
- pixman
|
||||
- wayland
|
||||
- wayland-protocols
|
||||
- xcb-util-image
|
||||
sources:
|
||||
- https://github.com/swaywm/wlroots
|
||||
tasks:
|
||||
- setup: |
|
||||
mkdir wlroots/build-{gcc,clang}
|
||||
cd wlroots/build-gcc
|
||||
CC=gcc meson ..
|
||||
cd ../build-clang
|
||||
CC=clang meson ..
|
||||
- gcc: |
|
||||
cd wlroots/build-gcc
|
||||
ninja
|
||||
- clang: |
|
||||
cd wlroots/build-clang
|
||||
ninja scan-build
|
||||
Loading…
Add table
Add a link
Reference in a new issue