picom/.builds/openbsd.yml

24 lines
404 B
YAML
Raw Normal View History

2024-02-09 02:27:58 +00:00
image: openbsd/latest
packages:
- libev
2024-02-09 02:41:03 +00:00
- xcb
2024-02-09 02:27:58 +00:00
- meson
- pkgconf
- cmake
- uthash
- libconfig
- dbus
2024-02-09 02:42:38 +00:00
- pcre2
2024-02-09 02:27:58 +00:00
sources:
- https://github.com/yshui/picom
tasks:
- setup: |
cd picom
2024-02-09 02:41:03 +00:00
CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" meson -Dunittest=true build
2024-02-09 02:27:58 +00:00
- build: |
cd picom
ninja -C build
- unittest: |
cd picom
ninja -C build test