mirror of
https://github.com/yshui/picom.git
synced 2024-11-11 13:51:02 -05:00
test
This commit is contained in:
parent
0f22b70705
commit
e690241e4d
1 changed files with 28 additions and 0 deletions
28
.builds/openbsd.yml
Normal file
28
.builds/openbsd.yml
Normal file
|
@ -0,0 +1,28 @@
|
|||
image: openbsd/latest
|
||||
packages:
|
||||
- libev
|
||||
- libXext
|
||||
- libxcb
|
||||
- meson
|
||||
- pkgconf
|
||||
- cmake
|
||||
- xcb-util-renderutil
|
||||
- xcb-util-image
|
||||
- pixman
|
||||
- uthash
|
||||
- libconfig
|
||||
- libglvnd
|
||||
- dbus
|
||||
- pcre
|
||||
sources:
|
||||
- https://github.com/yshui/picom
|
||||
tasks:
|
||||
- setup: |
|
||||
cd picom
|
||||
CPPFLAGS="-I/usr/local/include" meson -Dunittest=true build
|
||||
- build: |
|
||||
cd picom
|
||||
ninja -C build
|
||||
- unittest: |
|
||||
cd picom
|
||||
ninja -C build test
|
Loading…
Reference in a new issue