mirror of
https://gitlab.freedesktop.org/emersion/libliftoff.git
synced 2024-12-25 21:59:11 +01:00
17 lines
309 B
YAML
17 lines
309 B
YAML
image: freebsd/latest
|
|
packages:
|
|
- devel/pkgconf
|
|
- graphics/libdrm
|
|
- devel/meson
|
|
sources:
|
|
- https://github.com/emersion/libliftoff
|
|
tasks:
|
|
- setup: |
|
|
cd libliftoff
|
|
meson build/ -Dauto_features=enabled
|
|
- build: |
|
|
cd libliftoff
|
|
ninja -C build/
|
|
- test: |
|
|
cd libliftoff
|
|
ninja -C build/ test
|