diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..614d6e8 --- /dev/null +++ b/.build.yml @@ -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/