mirror of
https://github.com/yshui/picom.git
synced 2024-11-25 14:06:08 -05:00
ci: build on OpenBSD
Building on OpenBSD fails currently. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
726b8d0e28
commit
709f0168d9
1 changed files with 23 additions and 0 deletions
23
.builds/openbsd.yml
Normal file
23
.builds/openbsd.yml
Normal file
|
@ -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
|
Loading…
Reference in a new issue