mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 16:20:11 +01:00
ci: use "meson setup" sub-command
"meson" without a sub-command is deprecated. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
5a9cfb3c59
commit
f94a79a7a7
1 changed files with 2 additions and 2 deletions
|
|
@ -190,7 +190,7 @@ x86_64-freebsd-container_prep:
|
||||||
variables:
|
variables:
|
||||||
GIT_DEPTH: 10
|
GIT_DEPTH: 10
|
||||||
script:
|
script:
|
||||||
- meson build
|
- meson setup build
|
||||||
--fatal-meson-warnings --auto-features=enabled
|
--fatal-meson-warnings --auto-features=enabled
|
||||||
-D udev=true
|
-D udev=true
|
||||||
- ninja -C build
|
- ninja -C build
|
||||||
|
|
@ -213,7 +213,7 @@ x86_64-freebsd-container_prep:
|
||||||
# the workspace to see details about the failed tests.
|
# the workspace to see details about the failed tests.
|
||||||
- |
|
- |
|
||||||
set +e
|
set +e
|
||||||
/app/vmctl exec "pkg info; cd $CI_PROJECT_NAME ; meson build --fatal-meson-warnings --auto-features=enabled -D etnaviv=disabled -D nouveau=disabled -D valgrind=disabled && ninja -C build"
|
/app/vmctl exec "pkg info; cd $CI_PROJECT_NAME ; meson setup build --fatal-meson-warnings --auto-features=enabled -D etnaviv=disabled -D nouveau=disabled -D valgrind=disabled && ninja -C build"
|
||||||
set -ex
|
set -ex
|
||||||
scp -r vm:$CI_PROJECT_NAME/build/meson-logs .
|
scp -r vm:$CI_PROJECT_NAME/build/meson-logs .
|
||||||
/app/vmctl exec "ninja -C $CI_PROJECT_NAME/build install"
|
/app/vmctl exec "ninja -C $CI_PROJECT_NAME/build install"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue