xdg-desktop-portal-hyprland/.build.yml

21 lines
423 B
YAML
Raw Normal View History

2020-03-10 13:38:56 +01:00
image: archlinux
packages:
- gcc
- clang
- meson
- wayland
- wayland-protocols
sources:
- https://github.com/emersion/xdg-desktop-portal-wlr
tasks:
- setup: |
cd xdg-desktop-portal-wlr
CC=gcc meson build-gcc/
CC=clang meson build-clang/
- build-gcc: |
cd xdg-desktop-portal-wlr
ninja -C build-gcc/
- build-clang: |
cd xdg-desktop-portal-wlr
ninja -C build-clang/