mirror of
https://gitlab.freedesktop.org/emersion/libliftoff.git
synced 2024-11-16 19:47:55 +01:00
1eb42e264e
And remove unnecessary -Dauto_features=enabled, since this library doesn't have any feature options.
17 lines
324 B
YAML
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
|