diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml new file mode 100644 index 00000000..d73c5769 --- /dev/null +++ b/.builds/openbsd.yml @@ -0,0 +1,23 @@ +image: openbsd/latest +packages: + - libev + - xcb + - meson + - pkgconf + - cmake + - uthash + - libconfig + - dbus + - pcre2 +sources: + - https://github.com/yshui/picom +tasks: + - setup: | + cd picom + CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" meson -Dunittest=true build + - build: | + cd picom + ninja -C build + - unittest: | + cd picom + ninja -C build test