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.
29 lines
489 B
29 lines
489 B
7 years ago
|
image: archlinux
|
||
|
packages:
|
||
7 years ago
|
- clang
|
||
|
- ffmpeg
|
||
|
- libcap
|
||
|
- libinput
|
||
|
- libxkbcommon
|
||
|
- mesa
|
||
7 years ago
|
- meson
|
||
7 years ago
|
- pixman
|
||
7 years ago
|
- wayland
|
||
|
- wayland-protocols
|
||
7 years ago
|
- xcb-util-image
|
||
7 years ago
|
sources:
|
||
7 years ago
|
- https://github.com/swaywm/wlroots
|
||
7 years ago
|
tasks:
|
||
|
- setup: |
|
||
|
mkdir wlroots/build-{gcc,clang}
|
||
|
cd wlroots/build-gcc
|
||
7 years ago
|
CC=gcc meson ..
|
||
7 years ago
|
cd ../build-clang
|
||
7 years ago
|
CC=clang meson ..
|
||
7 years ago
|
- gcc: |
|
||
|
cd wlroots/build-gcc
|
||
7 years ago
|
ninja
|
||
7 years ago
|
- clang: |
|
||
|
cd wlroots/build-clang
|
||
6 years ago
|
ninja scan-build
|