Skip to content

Commit

Permalink
ci: build on OpenBSD
Browse files Browse the repository at this point in the history
Building on OpenBSD fails currently.

Signed-off-by: Yuxuan Shui <[email protected]>
(cherry picked from commit 709f016)
  • Loading branch information
yshui committed Feb 13, 2024
1 parent eaf72a7 commit fb4d75e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .builds/openbsd.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fb4d75e

Please sign in to comment.