libliftoff/.builds/freebsd.yml
Simon Ser d98ae24328 Switch to "meson setup"
Fixes this warning:

    WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
2023-02-22 10:57:03 +01:00

17 lines
330 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 setup build/ --fatal-meson-warnings
- build: |
cd libliftoff
ninja -C build/
- test: |
cd libliftoff
ninja -C build/ test