libliftoff/.builds/freebsd.yml
Simon Ser 1eb42e264e ci: enable meson --fatal-meson-warnings
And remove unnecessary -Dauto_features=enabled, since this library
doesn't have any feature options.
2022-07-27 09:07:05 +02:00

17 lines
324 B
YAML

image: freebsd/latest
packages:
- devel/pkgconf
- graphics/libdrm
- devel/meson
sources:
- https://gitlab.freedesktop.org/emersion/libliftoff.git
tasks:
- setup: |
cd libliftoff
meson build/ --fatal-meson-warnings
- build: |
cd libliftoff
ninja -C build/
- test: |
cd libliftoff
ninja -C build/ test