mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-21 22:25:58 +01:00
ci: add .build.yml
This commit is contained in:
parent
a9e904a0c8
commit
e27157e4ab
1 changed files with 20 additions and 0 deletions
20
.build.yml
Normal file
20
.build.yml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
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/
|
Loading…
Reference in a new issue