1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2024-11-03 04:33:49 -05:00
picom/.builds/openbsd.yml

24 lines
403 B
YAML
Raw Normal View History

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