You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
434 B

image: archlinux
packages:
- clang
- freerdp
- ffmpeg
- libcap
- libinput
- libxkbcommon
- mesa
- meson
- pixman
- wayland
- wayland-protocols
- xcb-util-image
sources:
- https://github.com/swaywm/wlroots
tasks:
- setup: |
cd wlroots
CC=gcc meson build-gcc
CC=clang meson build-clang
- gcc: |
cd wlroots/build-gcc
ninja
- clang: |
cd wlroots/build-clang
ninja