wm: allow wm_find_by_client to be called with the root window #452
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: openbsd | |
on: push | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 1 | |
- uses: cross-platform-actions/[email protected] | |
with: | |
operating_system: openbsd | |
version: '7.5' | |
shell: bash | |
run: | | |
sudo pkg_add libev xcb meson pkgconf cmake uthash libconfig dbus pcre2 | |
CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" meson setup -Dunittest=true --werror build | |
ninja -C build | |
ninja -C build test | |