mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05:00
ci: Don't use common build configuration in dist
In the dist job, use the default configuration, instead of the one used elsewhere in CI that aims to enable as many code paths as possible. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2561>
This commit is contained in:
parent
b50353ba23
commit
530d296a0c
@ -478,8 +478,6 @@ dist-mutter:
|
|||||||
script:
|
script:
|
||||||
- meson . build --werror --prefix /usr
|
- meson . build --werror --prefix /usr
|
||||||
-Dbuildtype=debugoptimized
|
-Dbuildtype=debugoptimized
|
||||||
$BASE_MESON_OPTIONS
|
|
||||||
-Dkvm_tests=false
|
|
||||||
- glib-compile-schemas $GSETTINGS_SCHEMA_DIR
|
- glib-compile-schemas $GSETTINGS_SCHEMA_DIR
|
||||||
- dbus-run-session -- xvfb-run -a -s "$XVFB_SERVER_ARGS"
|
- dbus-run-session -- xvfb-run -a -s "$XVFB_SERVER_ARGS"
|
||||||
./.gitlab-ci/run-meson.sh dist -C build
|
./.gitlab-ci/run-meson.sh dist -C build
|
||||||
|
Loading…
Reference in New Issue
Block a user