wlroots-hyprland/.builds/archlinux.yml

29 lines
489 B
YAML
Raw Normal View History

2017-08-04 22:51:44 +02:00
image: archlinux
packages:
- clang
- ffmpeg
- libcap
- libinput
- libxkbcommon
- mesa
2017-08-09 00:02:32 +02:00
- meson
- pixman
2017-08-04 22:51:44 +02:00
- wayland
- wayland-protocols
2017-11-02 00:19:51 +01:00
- xcb-util-image
2017-08-04 22:51:44 +02:00
sources:
2018-03-04 05:00:59 +01:00
- https://github.com/swaywm/wlroots
2017-08-04 22:51:44 +02:00
tasks:
- setup: |
mkdir wlroots/build-{gcc,clang}
cd wlroots/build-gcc
2017-08-10 04:59:02 +02:00
CC=gcc meson ..
2017-08-04 22:51:44 +02:00
cd ../build-clang
2017-08-09 00:02:32 +02:00
CC=clang meson ..
2017-08-04 22:51:44 +02:00
- gcc: |
cd wlroots/build-gcc
2017-08-09 00:02:32 +02:00
ninja
2017-08-04 22:51:44 +02:00
- clang: |
cd wlroots/build-clang
ninja scan-build