1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2024-11-11 13:51:02 -05:00
picom/.builds/freebsd.yml
Yuxuan Shui fcd51e7373
build: add libepoxy
Add libepoxy dependency to CI manifest and Nix.

For Nix, we need to set shellHook to workaround a NixOS limitation, see:

https://github.com/NixOS/nixpkgs/issues/287763

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2024-02-10 20:35:24 +00:00

29 lines
471 B
YAML

image: freebsd/latest
packages:
- libev
- libXext
- libxcb
- meson
- pkgconf
- cmake
- xcb-util-renderutil
- xcb-util-image
- pixman
- uthash
- libconfig
- libglvnd
- libepoxy
- 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